Commit 35f1671c authored by Antoine Kaufmann's avatar Antoine Kaufmann
Browse files

netperf table: remove tail latency column

parent 749af4d9
...@@ -44,5 +44,5 @@ for (h,h_l) in hosts: ...@@ -44,5 +44,5 @@ for (h,h_l) in hosts:
tp = fmt_tp(data.get('throughput', '')) tp = fmt_tp(data.get('throughput', ''))
latMean = fmt_lat(data.get('latenyMean', '')) latMean = fmt_lat(data.get('latenyMean', ''))
latTail = fmt_lat(data.get('latenyTail', '')) latTail = fmt_lat(data.get('latenyTail', ''))
print(' %s & %s & %s & %s & %s & %s & %s \\\\' % (h_l, nic_l, net_l, print(' %s & %s & %s & %s & %s & %s \\\\' % (h_l, nic_l, net_l,
tp, latMean, latTail, t)) tp, latMean, t))
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment