rakyll / hey

HTTP load generator, ApacheBench (ab) replacement
Apache License 2.0
17.99k stars 1.19k forks source link

Fixed reporting of hey to Summary report for latency, initial solutio… #307

Open abuchi247 opened 1 year ago

abuchi247 commented 1 year ago

Fix Summary report for latency which was limited to the average of the first 1 million transactions. The new solution will compute the average against all the HTTP requests thereby, production a more accurate report. Although, due to memory constraint, the history and other reports are still limited to the 1 million record.