Commit fe269309 authored by Antoine Kaufmann's avatar Antoine Kaufmann
Browse files

results: fix udp parse script output for graph

parent 7025616f
......@@ -19,7 +19,7 @@ for bw in types_of_bw:
start_time = exp_log["start_time"]
end_time = exp_log["end_time"]
diff_time = (end_time - start_time)/60 #min
print(start_time, end_time, diff_time)
print('%d\t%f' % (bw, diff_time))
log.close()
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