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

Ordered Sequence Question #342

Closed tateexon closed 6 years ago

tateexon commented 6 years ago

Question

Does vegeta support an ordered sequence in a load test? For example I have 3 requests that need to be made in a very specific order (1 must finish before 2 begins, 2 must finish before 3 begins). I have a need to load test this sequence of calls but am not seeing a way to do it currently or maybe do not know what the terminology would be to look for. Any help in answering this is greatly appreciated!

tsenart commented 6 years ago

Vegeta was designed originally for testing HTTP APIs without any concept of a user session or flow. Is this what you're trying to do?

tateexon commented 6 years ago

Ah, yes that would be what I am trying to do is a flow. Guess it won't work for what I am trying to do. Thanks for the quick reply!

tsenart commented 6 years ago

Take a look at https://k6.io