❄️Pinned EnvironmentsRun benchmarks inside a Nix dev shell. Every run uses the exact same toolchain — no more "it was faster on my machine."
📦Structured ResultsBenchmark output is stored as JSON. Easy to diff, archive, and feed into any downstream tool.
📊ComparisonCompare current results against a baseline with percentage deltas and direction-aware pass/fail indicators.
📝Markdown ReportsGenerate formatted tables ready to paste into GitHub READMEs or pull request descriptions.
🛡️CI GuardsDefine min/max thresholds per benchmark. Exit with code 1 on regression — perfect for CI pipelines.
🚀Nix-native DistributionInstall nothing. Run reprobench directly via `nix run github:minagishl/reprobench`.