Commit cf6f916b authored by Hejing Li's avatar Hejing Li
Browse files
parents cb2e8bf8 41f305c4
...@@ -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))
...@@ -10,8 +10,8 @@ if len(sys.argv) != 2: ...@@ -10,8 +10,8 @@ if len(sys.argv) != 2:
basedir = sys.argv[1] + '/' basedir = sys.argv[1] + '/'
# FIXME: dropped 140 because it looks off # FIXME: dropped 120 because it looks off
types_of_bw = [0, 20, 40, 60, 80, 100, 120, 200, 500, 800, 1000] types_of_bw = [0, 20, 40, 60, 80, 100, 140, 200, 500, 800, 1000]
for bw in types_of_bw: for bw in types_of_bw:
......
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