bestiejs/benchmark.js
A benchmarking library. As used on jsPerf.com. observed · 2026-08-28
Health v2 · maintenance only
10/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases archived no_license
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 5579
- days_rel: n/a
- days_push: 1350
- n_releases_24m: 0
Adoption not part of the score
5456 stars · 330 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Benchmark.js is a JavaScript benchmarking library that supports high-resolution timers and returns statistically significant results. It powers jsPerf.com and works in both browsers and Node.js.
Use cases
- benchmark javascript functions
- compare performance of code snippets
- measure operations per second in node
- run microbenchmarks in the browser
- find the fastest implementation among alternatives
- build a jsperf-style performance test
When to choose
- you need statistically rigorous JavaScript benchmarks with high-resolution timers
- you want to compare multiple implementations in browser or Node.js
- you want the library behind jsPerf
When to avoid
- you need actively developed tooling with modern runtime support
- you are benchmarking non-JavaScript code
- you need CI-integrated performance regression tracking rather than ad-hoc benchmarks
Facets
library · maturity maintenance
benchmarking developer-tools performance testing browser cross-platform javascript microbenchmarking jsperf statistically-significant-results high-resolution-timers nodejs
3 sources
- readme: https://github.com/bestiejs/benchmark.js · fetched 2026-08-28 · 3017aa3e0399
- homepage: https://benchmarkjs.com/ · fetched 2026-08-29 · 8fd0b4a96dab
- site_page: https://benchmarkjs.com/docs · fetched 2026-08-29 · 339e6457cd5b
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| bestiejs/benchmark.js | main | 10 |
For agents
markdown · JSON · MCP: product_card(name="bestiejs/benchmark.js")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem