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

Load test GET and POST API concurrently with given`read/write` ratio as x/y at any given moment. #565

Closed achawla-Branch closed 1 year ago

achawla-Branch commented 3 years ago

Question

Is possible to load test GET and POST API concurrently where we have a use case of read/write ratio as x/y at any given moment?

Challenge I am facing is how do I load test GET API as well simultaneously?

I have written script using vegeta-library for POST API that creates and store resource with unique identifier for each attack. GET API will return stored data using identifier created as part of load test.

tsenart commented 1 year ago

It's not easy to do this with Vegeta yet. Check this issue: #570