puma--puma/benchmarks/wrk/big_file.sh

7 lines
127 B
Bash
Executable File

bundle exec bin/puma -t 4 test/rackup/big_file.ru &
PID1=$!
sleep 5
wrk -c 4 -d 60 --latency http://localhost:9292
kill $PID1