diff options
| author | Alan Conway <aconway@apache.org> | 2008-01-04 15:42:34 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2008-01-04 15:42:34 +0000 |
| commit | 02c036d9684fc3a326577d2aaeaf956690ea8816 (patch) | |
| tree | 4fd681f4bc020bbf6100b806d3e2c2b4305831de /cpp/src/tests/fanout_perftest | |
| parent | d8545c401bf6af7f7ba732692ada6fb212bdece3 (diff) | |
| download | qpid-python-02c036d9684fc3a326577d2aaeaf956690ea8816.tar.gz | |
Makefile.am: added check-long target to run perftest scenarios.
Not run as part of normal check target.
Takes about 5 minutes to run on an amd-32 optimized build.
For a longer run, increase PERFTEST_MULT in run_perftest.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@608892 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/tests/fanout_perftest')
| -rwxr-xr-x | cpp/src/tests/fanout_perftest | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cpp/src/tests/fanout_perftest b/cpp/src/tests/fanout_perftest new file mode 100755 index 0000000000..602aac25b7 --- /dev/null +++ b/cpp/src/tests/fanout_perftest @@ -0,0 +1,2 @@ +#!/bin/sh +exec `dirname $0`/run_perftest 10000 --mode fanout --npubs 16 --nsubs 16 |
