aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/run_tests
diff options
context:
space:
mode:
authorGravatar Jan Tattermusch <jtattermusch@google.com>2016-05-10 12:09:56 -0700
committerGravatar Jan Tattermusch <jtattermusch@google.com>2016-05-10 14:33:21 -0700
commit6de6971bdca299edf4632c978310a8ca08daa672 (patch)
tree593d3a155a0e3704c1611d4905769042216a943a /tools/run_tests
parent4de2c3254bf9af853249d3ffc905dea8e982453c (diff)
explicitly specify request and response size for netperf
Diffstat (limited to 'tools/run_tests')
-rwxr-xr-xtools/run_tests/performance/run_netperf.sh2
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