Allow rate limiting in the Shared Memory example

This commit is contained in:
Alexey Rybalchenko
2016-05-18 16:00:26 +02:00
parent 1f09317cd0
commit af971c6ab1
4 changed files with 50 additions and 1 deletions

View File

@@ -28,6 +28,7 @@ SAMPLER+=" --id bsampler1"
#SAMPLER+=" --control static"
#SAMPLER+=" --transport nanomsg"
SAMPLER+=" --msg-size $msgSize"
# SAMPLER+=" --msg-rate 1000"
SAMPLER+=" --num-msgs $numMsgs"
SAMPLER+=" --mq-config @CMAKE_BINARY_DIR@/bin/config/benchmark.json"
xterm -geometry 80x23+0+0 -hold -e @CMAKE_BINARY_DIR@/bin/$SAMPLER &