-
-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
Description
Task
Run criterion benchmarks in CI and track performance trends with regression detection.
Implementation
- Add benchmark job to workflow
- Run
cargo bench --no-fail-fast --all-features - Store benchmark results as artifacts
- Compare with baseline from previous runs
- Alert on >10% performance regression
Benefits
- Automatic detection of performance regressions
- Historical performance tracking
- Prevents accidental slowdowns in production
Acceptance Criteria
- Benchmarks run in CI
- Results stored as artifacts
- Baseline comparison implemented
- Alert on >10% regression
Parent: #175
Metadata
Metadata
Assignees
Labels
No labels