What problem does it solve?
Performance testing is essential to catch regressions in CI/CD workflows and to ensure stable release cycles. This skill provides a structured approach to integrate benchmarks, regression detection, and automated performance gates into your development lifecycle.
Core Features & Use Cases
- Performance Testing Pipeline: CI/CD integrated benchmarks that auto-detect regressions and compare against baselines.
- Benchmark Regression Detection: Automated checks that flag significant performance degradations and alert teams.
- Continuous Benchmarking: Regular, repeatable runs with pytest-benchmark to maintain up-to-date performance baselines.
- Automated Quality Gates: Enforce performance thresholds before merging or deployment.
Quick Start
Configure your CI workflow to run benchmarks with pytest-benchmark and compare results against a baseline.