perf-theory-tester
FeaturedUse when running controlled perf experiments to validate hypotheses.
AI & Automation 967 stars
111 forks Updated 4 days ago MIT
Install
Quality Score: 94/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# perf-theory-tester
Test hypotheses using controlled experiments.
Follow `docs/perf-requirements.md` as the canonical contract.
## Required Steps
1. Confirm baseline is clean.
2. Apply a single change tied to the hypothesis.
3. Run 2+ validation passes.
4. Revert to baseline before the next experiment.
## Output Format
```
hypothesis: <id>
change: <summary>
delta: <metrics>
verdict: accept|reject|inconclusive
evidence:
- command: <benchmark command>
- files: <changed files>
```
## Constraints
- One change per experiment.
- No parallel benchmarks.
- Record evidence for each run.
Details
- Author
- agent-sh
- Repository
- agent-sh/agentsys
- Created
- 7 months ago
- Last Updated
- 4 days ago
- Language
- JavaScript
- License
- MIT
Integrates with
Bundled in these plugins
Similar Skills
Semantically similar based on skill content — not just same category
Testing & QA Listed
perf-theory-tester
Use when running controlled perf experiments to validate hypotheses.
1,898 Updated 3 weeks ago
composio-community AI & Automation Featured
perf-theory-gatherer
Use when generating performance hypotheses backed by git history and code evidence.
967 Updated 4 days ago
agent-sh AI & Automation Listed
perf-theory-gatherer
Use when generating performance hypotheses backed by git history and code evidence.
1,898 Updated 3 weeks ago
composio-community