1
0
Fork 0
mirror of https://github.com/puma/puma.git synced 2022-11-09 13:48:40 -05:00
puma--puma/benchmarks/wrk/more_conns_than_threads.sh

7 lines
119 B
Bash
Raw Normal View History

bundle exec bin/puma -t 6 test/rackup/hello.ru &
2019-10-02 16:53:03 -04:00
PID1=$!
sleep 5
wrk -c 12 --latency http://localhost:9292
2019-10-02 16:53:03 -04:00
kill $PID1