Supported CI Providers
If your provider is not listed here, please open an
issue or contact us on
Discord.
Benefits of CI Performance Testing
Catch Regressions Early
Performance issues are detected immediately when code is committed, not weeks
later in production.
Maintain Performance Standards
Set performance thresholds to automatically fail builds that introduce
significant regressions.
Streamlined Development Workflow
Performance testing in CI eliminates the friction of manual performance validation:- Automated execution: Benchmarks run automatically on every pull request
- Consistent environment: Tests execute in standardized CI environments, reducing variability
- Zero maintenance overhead: No need to remember to run performance tests manually
- Team visibility: Performance results are shared directly in pull request comments
Historical Performance Tracking
CodSpeed maintains a complete history of your application’s performance
evolution across all commits and branches.
Data-Driven Optimization
CI performance testing provides the metrics needed to make informed optimization decisions:- Compare performance across different implementations
- Validate that optimizations actually improve performance
- Identify which changes have the most significant performance impact
- Track performance improvements over multiple iterations