tsenart / vegeta

HTTP load testing tool and library. It's over 9000!
http://godoc.org/github.com/tsenart/vegeta/lib
MIT License
23.51k stars 1.36k forks source link

Add random sleep time after send request. #458

Closed JFRabbit closed 4 years ago

JFRabbit commented 4 years ago

Proposal

Add random sleep time after send request.

Background

In order to simulate the real scene,I need add a random sleep time after send request, cause enduser could't send request uninterruptedly.

Workarounds

tsenart commented 4 years ago

Vegeta was designed to load test HTTP APIs, not mimic user flows.