Writing Benchmarks in JavaScript and TypeScript
There are multiple ways to integrate CodSpeed with your JS/TS codebase:
vitest (recommended)
The most convenient way to run your Node.js benchmarks
tinybench
A lightweight benchmarking library with a simple API
benchmark.js
The legacy benchmarking library for JavaScript
We recommend using the vitest
plugin as it is the easiest to use and has the
most features.
If you are already using benchmark.js
or tinybench
, check out their respective
plugins as they require only a small wrapping to work with CodSpeed.