summaryrefslogtreecommitdiff
path: root/benchmarks/netperf/files/patch-doc_examples_find__max__burst.sh
blob: e20308c2c32281af325e06a6dbba3214a638e30a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- doc/examples/find_max_burst.sh.orig	2017-09-21 17:32:54 UTC
+++ doc/examples/find_max_burst.sh
@@ -6,7 +6,7 @@
 LAST_TPS=0
 BURST=1
 LAST_BURST=0
-NETPERF=${NETPERF:="netperf"}
+NETPERF="%%PREFIX%%/bin/netperf"
 
 TMP_TPS=`$NETPERF -t UDP_RR -P 0 -H $1 -- -b $BURST -D -o throughput -e 1 -s 1M -S 1M`