New top story on Hacker News: Show HN: Modern Benchmarking Tooling for JavaScript

Show HN: Modern Benchmarking Tooling for JavaScript
7 by evnwashere | 2 comments on Hacker News.
I always had a sweet tooth for how easy it is to use google/benchmark, but when working with js, current libraries didn't feel right and some were not even accurate enough, so I decided to create my own library to make JavaScript benchmarking tooling better. With more free time, I finally implemented all features I wished for in 1.0.0 and made a lightweight C++ single-header version for moments when google/benchmark is too much. Hope this library helps you as much as it does me.

No comments