mirror of
https://github.com/puma/puma.git
synced 2022-11-09 13:48:40 -05:00
6 lines
131 B
Bash
Executable file
6 lines
131 B
Bash
Executable file
bundle exec bin/puma -t 4 test/rackup/big_response.ru &
|
|
PID1=$!
|
|
sleep 5
|
|
wrk -c 4 -d 60 --latency http://localhost:9292
|
|
|
|
kill $PID1
|