Azure / azure-openai-benchmark

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

Purpose of stats call condition in while loop? #42

Open sushaanttb opened 8 months ago

sushaanttb commented 8 months ago

What's the purpose of having following condition. stats.calls == 0 in the while loop?

image

To me, it seems to be redundant & might introduce bugs later.