stress
This commit is contained in:
parent
004e433b31
commit
9195a7d0c8
22
bnr_stress.sh
Executable file
22
bnr_stress.sh
Executable 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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user