HTTP load testing tool and library for benchmarking APIs
HTTP load testing tool and library
vegeta$ echo 'GET http://example.com' | vegeta attack -duration=30s -rate=100 | vegeta report$ vegeta attack -targets=targets.txt -duration=60s -rate=50 | vegeta report -type=html > report.html$ echo 'GET http://api.example.com/users' | vegeta attack -duration=10s -rate=200 -header='Authorization: Bearer token' | vegeta dump | vegeta report -type=text