HTTP benchmarking tool with scripting support via Lua
HTTP benchmarking tool
wrk$ wrk -t4 -c100 -d30s http://example.com$ wrk -t4 -c100 -d30s -H 'Authorization: Bearer token' -s script.lua http://example.com$ wrk -t2 -c50 -d10s http://localhost:3000/api