1
0
This commit is contained in:
choelzl 2020-11-04 14:57:46 +01:00
parent 004e433b31
commit 9195a7d0c8
Signed by: sora
GPG Key ID: A362EA0491E2EEA0

22
bnr_stress.sh Executable file
View File

@ -0,0 +1,22 @@
#!/bin/sh
export _JAVA_OPTIONS="-Xmx16G"
./257844/build.sh
sudo echo 1
echo "Running with" $1 "Messages !"
echo "2P"
echo "\n\n\n" | ./validate.py -r 257844/run.sh -b fifo -l 257844/bin/logs -p 2 -m $1 | grep "finished broadcasting "$1" messages"
echo "4P"
echo "\n\n\n" | ./validate.py -r 257844/run.sh -b fifo -l 257844/bin/logs -p 4 -m $1 | grep "finished broadcasting "$1" messages"
echo "8P"
echo "\n\n\n" | ./validate.py -r 257844/run.sh -b fifo -l 257844/bin/logs -p 8 -m $1 | grep "finished broadcasting "$1" messages"
echo "16P"
echo "\n\n\n" | ./validate.py -r 257844/run.sh -b fifo -l 257844/bin/logs -p 16 -m $1 | grep "finished broadcasting "$1" messages"
echo "32P"
echo "\n\n\n" | ./validate.py -r 257844/run.sh -b fifo -l 257844/bin/logs -p 32 -m $1 | grep "finished broadcasting "$1" messages"