Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:21:19 +08:00
commit 33ce663b79
8 changed files with 195 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
# References
Bundled resources for performance-regression-detector skill
- [ ] performance_metrics_guide.md: Detailed documentation on the performance metrics used by the plugin, including their definitions, units, and typical ranges.
- [ ] statistical_analysis_methods.md: Explanation of the statistical methods used to detect performance regressions, such as t-tests and z-scores.
- [ ] cicd_pipeline_integration.md: Guide on integrating the plugin into various CI/CD pipelines (e.g., Jenkins, GitHub Actions, GitLab CI).