summaryrefslogtreecommitdiffstats
path: root/searchcore
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2020-11-09 13:19:38 +0000
committerHenning Baldersheim <balder@yahoo-inc.com>2020-11-09 13:19:38 +0000
commit39689f43992bda0dcfec9a8bf999de2562336af6 (patch)
tree092c38765172a4ab28a242fc17a965c36b8ceaed /searchcore
parentfc4530e02c600e40dcdb48476af111c4ffdd301c (diff)
Add dashes to client-threads
Diffstat (limited to 'searchcore')
-rwxr-xr-xsearchcore/src/apps/vespa-feed-bm/runtest.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/searchcore/src/apps/vespa-feed-bm/runtest.sh b/searchcore/src/apps/vespa-feed-bm/runtest.sh
index e7f613637c1..045825f2cf7 100755
--- a/searchcore/src/apps/vespa-feed-bm/runtest.sh
+++ b/searchcore/src/apps/vespa-feed-bm/runtest.sh
@@ -3,7 +3,7 @@
numdocs=2000000
stripe_bits=8
-base_cmd="numactl --cpunodebind=0 --localalloc perf stat -ddd env LD_PRELOAD=$HOME/vespa/lib64/vespa/malloc/libvespamalloc.so ./vespa-feed-bm --documents $numdocs --put-passes 1 --update-passes 10 --remove-passes 0 --max-pending 8000 --indexing-sequencer throughput client-threads 3"
+base_cmd="numactl --cpunodebind=0 --localalloc perf stat -ddd env LD_PRELOAD=$HOME/vespa/lib64/vespa/malloc/libvespamalloc.so ./vespa-feed-bm --documents $numdocs --put-passes 1 --update-passes 10 --remove-passes 0 --max-pending 8000 --indexing-sequencer throughput --client-threads 3"
spi_only=$base_cmd
base_for_rest="$base_cmd --response-threads 3"