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.
1 parent ca08075 commit a7648eaCopy full SHA for a7648ea
tests/randomized/docker/run.sh
@@ -6,7 +6,7 @@ set -e
6
bash /scripts/prepare.sh
7
8
echo "Starting web load"
9
-vegeta -cpus=1 attack -format=http -targets=/vegeta-request-targets.txt -duration=${DURATION:-30s} -keepalive=false -max-workers=10 -workers=10 -rate=0 | tee results.bin | vegeta report --type=json --output=/results/results.json
+vegeta -cpus=2 attack -format=http -targets=/vegeta-request-targets.txt -duration=${DURATION:-30s} -keepalive=false -max-workers=10 -workers=10 -rate=0 | tee results.bin | vegeta report --type=json --output=/results/results.json
10
echo "Done web load"
11
12
echo "Starting CLI load"
0 commit comments