tsenart / vegeta

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

Vegeta is not able to hit total request which mention through rate #593

Closed Khushbukela closed 1 year ago

Khushbukela commented 2 years ago

so here I have set

 rate := vegeta.Rate{Freq: 2000, Per: time.Second} // change the rate here
 duration := 4 * time.Minute

as per my understanding, total request should be 480000 200014*60=480000

but why here total is 840000

rate: 2000 per: 1s duration: 4m0s Requests [total, rate, throughput] 840000, 1166.66, 1166.65 Duration [total, attack, wait] 12m0.00774586s, 12m0.005126434s, 2.619426ms Status Codes [code:count] 200:840000
Error Set:

tsenart commented 1 year ago

This isn't enough information for me to help you. Please re-open with a Bug Report.