diff options
| author | Alan Conway <aconway@apache.org> | 2008-09-06 00:34:58 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2008-09-06 00:34:58 +0000 |
| commit | ec1b00180e5428703f16c3e94c97f708245de4a5 (patch) | |
| tree | c9d357df818822c19d299462ea333b0cedd2833d /qpid/cpp/src/tests/benchmark | |
| parent | 0540383ca0f1702af9fc78752df447512faa96fc (diff) | |
| download | qpid-python-ec1b00180e5428703f16c3e94c97f708245de4a5.tar.gz | |
Queue cpg deliveries for execution in separate thread.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@692595 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/tests/benchmark')
| -rwxr-xr-x | qpid/cpp/src/tests/benchmark | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/qpid/cpp/src/tests/benchmark b/qpid/cpp/src/tests/benchmark index d0ad698f9f..c075837847 100755 --- a/qpid/cpp/src/tests/benchmark +++ b/qpid/cpp/src/tests/benchmark @@ -78,7 +78,6 @@ dosamples() { } | tee $FILE } -echo "benchmark $*" | tee benchmark.tab HEADING="pub sub total Mb" dosamples $SCRIPTDIR/perfdist --size $SIZE --count $COUNT --nsubs $NSUBS --npubs $NPUBS -s -- ${CLIENTS[*]} --- ${BROKERS[*]} HEADING="pub" @@ -89,6 +88,8 @@ HEADING="min max avg" dosamples ssh -A ${CLIENTS[0]} $TESTDIR/echotest --count $ECHO -s -b ${BROKERS[0]} echo -echo "Tab separated spreadsheet (also stored in benchmark.tab):" +echo "Tab separated spreadsheet (also saved as benchmark.tab):" echo + +echo "benchmark -- ${CLIENTS[*]} --- ${BROKERS[*]} " | tee benchmark.tab paste $FILES | tee -a benchmark.tab |
