Hacker News new | ask | show | jobs
by EvenThisAcronym 3887 days ago
The repo owner is accepting pull requests for the benchmarks so at least it's fixable.
1 comments

It's a lot of work to fix this benchmark, which is fairly contrived to begin with. To start, have to adjust every sample to accept a warmup time, then run time (which is likely multiple samples), measuring results in that run time, both speed and performance. And you also have to be careful that the compiler is then not optimizing out the repetitions in the runtime, while still allowing optimizations that would produce the best performance.