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 | 3bb7782cb0904f0abf61b7fb28da7bce905ceb08 (patch) | |
| tree | fcd641905882a5a5bc7a3f6fa8f621b9f15154ce /cpp/src/tests | |
| parent | df334f0768c628f2fed8dd350c135d914c54b918 (diff) | |
| download | qpid-python-3bb7782cb0904f0abf61b7fb28da7bce905ceb08.tar.gz | |
Queue cpg deliveries for execution in separate thread.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@692595 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/tests')
| -rwxr-xr-x | cpp/src/tests/benchmark | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/cpp/src/tests/benchmark b/cpp/src/tests/benchmark index d0ad698f9f..c075837847 100755 --- a/cpp/src/tests/benchmark +++ b/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 |
