Ross ROSS = Recommend OSS · open-source software intelligence for agents

evanwashere/mitata

benchmark tooling that loves you ❤️ observed · 2026-08-28

github.com/evanwashere/mitata · JavaScript · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

37/100

  • Activity 7
  • Release rhythm 40
  • Longevity 100
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: 24
  • age_days: 1599
  • days_rel: 616
  • days_push: 562
  • n_releases_24m: 4

Full methodology

Adoption not part of the score

2520 stars · 37 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

Mitata is a microbenchmarking library for JavaScript runtimes (Bun, Deno, Node.js) and C++ via a single header. It provides a clean API for benchmarks with summaries, boxplots, parameterized ranges, garbage collection control, and optional hardware counter stats.

Use cases

  • benchmark javascript functions across bun, deno, and nodejs
  • microbenchmark c++ code with a single header
  • compare performance of code across v8, javascriptcore, and spidermonkey
  • run parameterized benchmarks over input size ranges
  • measure cpu stats like ipc with hardware counters
  • output benchmark results as json for ci

When to choose

  • you need consistent benchmarking across multiple js runtimes
  • you want pretty summaries and boxplot visualizations out of the box
  • you need gc control between benchmark iterations
  • you want a header-only c++ benchmarking option

When to avoid

  • you need statistical benchmarking for compiled binaries with full harness features like criterion
  • you want load or stress testing of services rather than microbenchmarks
  • you need browser-based performance profiling tools

Facets

library · maturity active

benchmarking developer-tools performance developer-tools bun cpp cross-platform microbenchmark single-header javascript-runtimes v8 javascriptcore spidermonkey graaljs hardware-counters javascript nodejs deno

2 sources

Member repositories

RepositoryRoleHealth v2
evanwashere/mitatamain37

For agents

markdown · JSON · MCP: product_card(name="evanwashere/mitata")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem