evanphx/benchmark-ips
Provides iteration per second benchmarking for Ruby observed · 2026-08-28
Health v2 · maintenance only
62/100
- Activity 88
- Release rhythm 8
- 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: n/a
- age_days: 5275
- days_rel: 724
- days_push: 76
- n_releases_24m: 1
Adoption not part of the score
1773 stars · 104 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A Ruby gem that enhances the standard Benchmark library with iterations-per-second (IPS) benchmarking. It automatically determines appropriate iteration counts for short code snippets and provides statistical comparisons between benchmarked blocks.
Use cases
- benchmark ruby code snippets in iterations per second
- compare performance of two implementations
- measure how many times per second a block runs
- avoid guessing iteration counts when benchmarking
- generate statistical comparison reports for code benchmarks
When to choose
- you need reliable Ruby micro-benchmarks with warmup and statistical error margins
- you want to compare the speed of alternative code implementations
- short code snippets make traditional time-based benchmarking unreliable
When to avoid
- you need to benchmark full applications or long-running processes rather than snippets
- you are not working in Ruby
- you need profiling with memory allocation details rather than throughput
Facets
library · maturity stable
benchmarking developer-tools developer-tools performance ruby cross-platform benchmark iterations-per-second ruby-gem performance-measurement command-line
1 source
- readme: https://github.com/evanphx/benchmark-ips · fetched 2026-08-28 · af04c4117c3c
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| evanphx/benchmark-ips | main | 62 |
For agents
markdown · JSON · MCP: product_card(name="evanphx/benchmark-ips")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem