Skip to main content

Node.js

There are multiple ways to integrate CodSpeed with your JS/TS codebase.

  1. vitest plugin (recommended)
  2. tinybench plugin
  3. benchmark.js plugin
tip

We recommend using the vitest plugin as it is the easiest to use and has the most features. However, 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.