Detect performance regressions
benchmark-auditworkflowsetup L2★0
yisonPylkita/movie_translator ↗What it does
audit stored benchmark results read-only
Best for
spotting performance regressions in CI without re-running expensive GPU benchmarks
Inputs
- · (read-only, no execution)
Outputs
- · { current_scores, delta_vs_last_run, regressions: [{metric, commit, delta}] }
Requires
- · git history (readonly)
- · Read benchmarks/
Preconditions
- · benchmarks/ dir populated with result files
- · git history available
Failure modes
- · none (read-only)
Trust signals
- · git history traceability of when regressions introduced