You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi. Sorry, I'm new to github, not sure if I did this by the book. I found a major rounding error in your calculations of requests/second, because you were dividing by the rounded number of seconds instead of the actual time passed. That would give you very incorrect results for short tests. I fixed it and I pushed it here:
Hi. Sorry, I'm new to github, not sure if I did this by the book. I found a major rounding error in your calculations of requests/second, because you were dividing by the rounded number of seconds instead of the actual time passed. That would give you very incorrect results for short tests. I fixed it and I pushed it here:
https://github.com/i-fail/gobench-windows
I also needed a windows binary, which your repo didn't have, added that too.
Thank you for this useful tool!
The text was updated successfully, but these errors were encountered: