Skip to content

Comment on A caffeine driven, simplistic approach to benchmarking Node.js code.parent

Comments

benchmark.js is a much more elaborate benchmarking implementation; primary with its support for microtiming ($lt ms intervals) and numerous configuration. it also has support for more javascript environments.

matcha is meant to be a more simplistic approach. less options & readable async tests make useful for quick experimentation and less involved to get started. it currently only supports node.js.

it should be noted that matcha doesn't yet have a browser version, but it's on the roadmap.

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.