Node.js v26.9.0 documentation
- Node.js v26.9.0
- Table of contents
- Benchmark runner
- Example benchmark
- Measurement model
- Reusable runners
- Command-line runner
- Benchmark reporters
createRunner([options])bench([name][, options], fn)suite([name][, options], fn)describe([name][, options], fn)before(fn)after(fn)beforeEach(fn)afterEach(fn)run([options])runFile(path[, options])- Class:
BenchContext - Class:
BenchmarksStream - Sample result
- Benchmark result
- Benchmark runner
- Index