diff options
author | Jan Tattermusch <jtattermusch@google.com> | 2016-05-10 12:09:56 -0700 |
---|---|---|
committer | Jan Tattermusch <jtattermusch@google.com> | 2016-05-10 14:33:21 -0700 |
commit | 6de6971bdca299edf4632c978310a8ca08daa672 (patch) | |
tree | 593d3a155a0e3704c1611d4905769042216a943a /tools/run_tests | |
parent | 4de2c3254bf9af853249d3ffc905dea8e982453c (diff) |
explicitly specify request and response size for netperf
Diffstat (limited to 'tools/run_tests')
-rwxr-xr-x | tools/run_tests/performance/run_netperf.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/run_tests/performance/run_netperf.sh b/tools/run_tests/performance/run_netperf.sh index 55a0c31bd2..298edbe0c3 100755 --- a/tools/run_tests/performance/run_netperf.sh +++ b/tools/run_tests/performance/run_netperf.sh @@ -32,7 +32,7 @@ set -ex cd $(dirname $0)/../../.. -netperf >netperf_latency.txt -P 0 -t TCP_RR -H "$NETPERF_SERVER_HOST" -- -o P50_LATENCY,P90_LATENCY,P99_LATENCY +netperf >netperf_latency.txt -P 0 -t TCP_RR -H "$NETPERF_SERVER_HOST" -- -r 1,1 -o P50_LATENCY,P90_LATENCY,P99_LATENCY cat netperf_latency.txt |