andrewrk/poop
Performance Optimizer Observation Platform observed · 2026-08-28
Health v2 · maintenance only
56/100
- Activity 80
- Release rhythm 8
- Longevity 84
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: 1177
- days_rel: 726
- days_push: 122
- n_releases_24m: 1
Adoption not part of the score
2031 stars · 93 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A Linux command-line benchmarking tool that compares the performance of multiple commands using perf_event_open hardware counters, with a colorful terminal UI. It reports wall time, peak memory, and additional hardware counters relative to a reference command.
Use cases
- benchmark multiple commands and compare their performance
- measure peak memory usage of a command
- compare performance of code changes against a baseline
- profile commands with hardware performance counters
- find which implementation of an algorithm is faster
- avoid shell-spawning overhead in benchmark measurements
When to choose
- you are on Linux and want hardware counter data (instructions, cycles, cache misses) alongside timing
- you want peak memory usage reported per command
- you want to benchmark raw commands without shell-spawning noise
- you prefer a simple tool with a colorful terminal output and a reference-command comparison
When to avoid
- you need cross-platform benchmarking (macOS, Windows)
- you need to benchmark shell commands with pipes, quotes, or shell syntax
- you need extensive configuration options or mature polish like Hyperfine
- you are not on a Linux kernel with perf_event_open access
Facets
cli-tool · maturity active
benchmarking cli terminal-ui monitoring developer-tools performance cli perf-counters command-benchmarking hyperfine-alternative zig command-line linux
1 source
- readme: https://github.com/andrewrk/poop · fetched 2026-08-28 · 9aaefd3b7368
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| andrewrk/poop | main | 56 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem