Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:23:21 +08:00
commit 2e4c7302a4
11 changed files with 852 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
# Scripts
Bundled resources for performance-test-suite skill
- [ ] init_test.py: Script to initialize a performance test based on user input.
- [ ] run_test.sh: Script to execute the performance test using k6 or other tools.
- [ ] analyze_results.py: Script to analyze the test results and generate a report.