Skip to content

Commit a7648ea

Browse files
committed
perf(vegeta): Use two CPUs instead of one
1 parent ca08075 commit a7648ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/randomized/docker/run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ set -e
66
bash /scripts/prepare.sh
77

88
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
9+
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
1010
echo "Done web load"
1111

1212
echo "Starting CLI load"

0 commit comments

Comments
 (0)