@ohmyperf/reporter-csv
v0.1.1
Published
CSV reporter for ohmyperf — long-format (one row per metric per run), spreadsheet-ready.
Maintainers
Readme
@ohmyperf/reporter-csv
CSV reporter for ohmyperf. Long-format (one row per metric per run).
- Emits a long-format CSV (one row per metric per run) — direct import into Excel, Google Sheets, pandas, or any data tool.
- Useful for custom statistical analysis, dashboards, and longitudinal studies outside the built-in trend engine.
- Use via
ohmyperf run --format=csv.
Part of the ohmyperf monorepo. Most users install the @ohmyperf/cli or @ohmyperf/mcp-server binary rather than this package directly.
Install
npm install @ohmyperf/reporter-csvRequires Node ≥ 22.
