dotnet / crank

Benchmarking infrastructure for applications
MIT License
975 stars 103 forks source link

HttpClient: Fixed LatencyMeanMs not calculating properly #677

Closed keithmifsud17 closed 8 months ago

keithmifsud17 commented 8 months ago

LatencyMeanMs is not taking into consideration the parallelism nature of the load test.

The calculation is currently done by taking the whole time it took to run the test and divide it by the number of requests which implies that the requests were done sequentially