Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-gnome
Path: blob/main/benchmarks/netperf/files/patch-doc_examples_find__max__burst.sh
16130 views
1
--- doc/examples/find_max_burst.sh.orig 2017-09-21 17:32:54 UTC
2
+++ doc/examples/find_max_burst.sh
3
@@ -6,7 +6,7 @@
4
LAST_TPS=0
5
BURST=1
6
LAST_BURST=0
7
-NETPERF=${NETPERF:="netperf"}
8
+NETPERF="%%PREFIX%%/bin/netperf"
9
10
TMP_TPS=`$NETPERF -t UDP_RR -P 0 -H $1 -- -b $BURST -D -o throughput -e 1 -s 1M -S 1M`
11
12
13