benchmarks/wrk/big_body.sh

Summary

Maintainability
Test Coverage
# You are encouraged to use @ioquatix's wrk fork, located here: https://github.com/ioquatix/wrk

bundle exec bin/puma -t 4 test/rackup/hello.ru &
PID1=$!
sleep 5
wrk -c 4 -s benchmarks/wrk/lua/big_body.lua --latency http://localhost:9292

kill $PID1