niklas-heer / speed-comparison

A repo which compares the speed of different programming languages.
https://niklas-heer.github.io/speed-comparison
MIT License
475 stars 76 forks source link

accuracy seems not to represent the truth #65

Closed francescoalemanno closed 1 year ago

francescoalemanno commented 1 year ago

See https://github.com/niklas-heer/speed-comparison/pull/63#issuecomment-1283574761.

Since the accuracy is represented as a percentage, perhaps a better metric is to assign more weight to more significant digits. (Or to change method altogether in another PR.)

niklas-heer commented 1 year ago

@francescoalemanno thank you for your contribution, but I removed scbench in favour of hyperfine. See #66. Therefore, I'll close this PR.