"git@developer.sourcefind.cn:gaoqiong/composable_kernel.git" did not exist on "6614729a680f1f0b2161a22e3c0fd951107707c3"
Commit 749af4d9 authored by Antoine Kaufmann's avatar Antoine Kaufmann
Browse files

add 800 mbps point to udp graph too

parent 6adb4b1c
...@@ -11,7 +11,7 @@ if len(sys.argv) != 2: ...@@ -11,7 +11,7 @@ if len(sys.argv) != 2:
basedir = sys.argv[1] + '/' basedir = sys.argv[1] + '/'
# FIXME: dropped 140 because it looks off # FIXME: dropped 140 because it looks off
types_of_bw = [0, 20, 40, 60, 80, 100, 120, 200, 500, 1000] types_of_bw = [0, 20, 40, 60, 80, 100, 120, 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