We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6c87c31 + 6e87685 commit c36b71eCopy full SHA for c36b71e
scripts/runperftest.sh
@@ -2,7 +2,7 @@
2
3
run() {
4
echo "=== running with '$2'"
5
- sh ./runjava.sh com.rabbitmq.examples.MulticastMain -h $1 -z 10 -i 20 $2
+ sh `dirname $0`/runjava.sh com.rabbitmq.examples.MulticastMain -h $1 -z 10 -i 20 $2
6
sleep 2
7
}
8
0 commit comments