NO-JIRA: Benchmark script for comparing examples in different languages Crude but effective throughput comparison that can run and combine examples in different languages.
Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/8b29f416 Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/8b29f416 Diff: http://git-wip-us.apache.org/repos/asf/qpid-proton/diff/8b29f416 Branch: refs/heads/master Commit: 8b29f416f108883c114740e31c49b33ef6805bff Parents: 7856d2d Author: Alan Conway <[email protected]> Authored: Mon Oct 15 10:23:44 2018 -0400 Committer: Alan Conway <[email protected]> Committed: Mon Oct 15 10:23:44 2018 -0400 ---------------------------------------------------------------------- tests/example-benchmark.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/8b29f416/tests/example-benchmark.sh ---------------------------------------------------------------------- diff --git a/tests/example-benchmark.sh b/tests/example-benchmark.sh index b6ca21c..db9298e 100755 --- a/tests/example-benchmark.sh +++ b/tests/example-benchmark.sh @@ -5,7 +5,6 @@ # For example to run C broker, Go sender and C++ receiver pass arguments: C GO CPP MESSAGES=100000 -CREDIT=100 BLD=$(pwd) @@ -17,7 +16,7 @@ C_RECV="$C/receive localhost amqp x $MESSAGES" GO=$BLD/go/examples/electron GO_BROKER="$GO/broker" GO_SEND="$GO/send -count $MESSAGES /x" -GO_RECV="$GO/receive -count $MESSAGES /x" +GO_RECV="$GO/receive -count $MESSAGES -prefetch 100 /x" CPP=$BLD/cpp/examples CPP_BROKER="$CPP/broker" --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
