We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
I'm not sure that I miss something or is it a bug:
autocannon-compare determinates the winner based on the throughput. See: https://github.com/mcollina/autocannon-compare/blob/9ba26c51775ba33986873087ccd69786fd635359/compare.js#L19
autocannon-compare
throughput
Shouldn't benchmarks use throughput for the diff calculation and in the result object instead of requests? See:
benchmarks
requests
benchmarks/lib/autocannon.js
Line 50 in 0f51ac4
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
I'm not sure that I miss something or is it a bug:
autocannon-compare
determinates the winner based on thethroughput
.See: https://github.com/mcollina/autocannon-compare/blob/9ba26c51775ba33986873087ccd69786fd635359/compare.js#L19
Shouldn't
benchmarks
usethroughput
for the diff calculation and in the result object instead ofrequests
?See:
benchmarks/lib/autocannon.js
Line 50 in 0f51ac4
The text was updated successfully, but these errors were encountered: