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

Is it possible to wait for initial set of requests to finish before bombarding next set of requests using Vegeta Lib #444

Closed nishant-shah-social closed 5 years ago

nishant-shah-social commented 5 years ago

1) N jobs or requests are submitted at Once. Once all of them complete, then submit next N jobs.

Is this scenario possible using vegeta Library ? Can you please provide more info here? 2) Also, I did not find proper documentation of the library, can you please point me to the same 3) One last question :- is it possible to get the results in the form of :- 90 percentile, 95 percentile...so on? Thanks in advance.

tsenart commented 5 years ago

1) N jobs or requests are submitted at Once. Once all of them complete, then submit next N jobs.

We don't have any functionality implemented to wait for N requests to finish before sending the next N. If you want something like this, you can implement your own Pacer.

Also, I did not find proper documentation of the library, can you please point me to the same

One last question :- is it possible to get the results in the form of :- 90 percentile, 95 percentile...so on?

Yes: https://godoc.org/github.com/tsenart/vegeta/lib#LatencyMetrics