Azure / azure-openai-benchmark

Azure OpenAI benchmarking tool
MIT License
130 stars 54 forks source link

Count of Completed Requests & Total Requests is same #40

Open sushaanttb opened 9 months ago

sushaanttb commented 9 months ago

I was having a look at my output logs and StatsAggregator class.

I would like to understand the reason for keeping the same value of "total number of requests" for both "completed" & "requests" keys?

image

If by "completed", we wanted to mean "successful" , then the count should be (total requests-failed requests)