Skip to content

Commit

Permalink
Create long_tail_hey-0-2-4-8.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
MSP-Greg committed Dec 1, 2024
1 parent d83b988 commit d460220
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions benchmarks/local/long_tail_hey-0-2-4-8.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
#!/bin/bash

# benchmarks/local/long_tail_hey-0-2-4-8.sh

# see comments in long_tail_hey.rb

benchmarks/local/long_tail_hey.sh -t5:5 -R100 -d0.2
sleep 2s
benchmarks/local/long_tail_hey.sh -w2 -t5:5 -R100 -d0.2
sleep 2s
benchmarks/local/long_tail_hey.sh -w4 -t5:5 -R100 -d0.2
sleep 2s
benchmarks/local/long_tail_hey.sh -w8 -t5:5 -R100 -d0.2
sleep 2s
benchmarks/local/long_tail_hey.sh -t5:5 -R100 -d0.2 -k
sleep 2s
benchmarks/local/long_tail_hey.sh -w2 -t5:5 -R100 -d0.2 -k
sleep 2s
benchmarks/local/long_tail_hey.sh -w4 -t5:5 -R100 -d0.2 -k
sleep 2s
benchmarks/local/long_tail_hey.sh -w8 -t5:5 -R100 -d0.2 -k
sleep 2s

0 comments on commit d460220

Please sign in to comment.