Skip to content

Commit

Permalink
tests: Do 100 requests per seconds
Browse files Browse the repository at this point in the history
  • Loading branch information
PROFeNoM committed Feb 14, 2024
1 parent 8d875aa commit 6faee49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/randomized/docker/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ set -e
bash /scripts/prepare.sh

echo "Starting web load"
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=1 attack -format=http -targets=/vegeta-request-targets.txt -duration=${DURATION:-30s} -keepalive=false -max-workers=10 -workers=10 -rate=100 | tee results.bin | vegeta report --type=json --output=/results/results.json
echo "Done web load"

echo "Starting CLI load"
Expand Down

0 comments on commit 6faee49

Please sign in to comment.