performance-analysis

Performance analysis. Use for runtime throughput or latency benchmarks, TypeScript compiler cost, performance regressions, comparison harnesses, or thresholds.

Install
npx skills add 'https://github.com/Effect-TS/effect/tree/main/.agents/skills/performance-analysis'
Download bundle ↓
main · 90695b0Scanned 2026-09-15

Contributors

GitHub-linked commit authors for this SKILL.md at the saved revision. Co-authors and history before file renames are not included.

File history ↗

types.md

types.mdBrowse 3 files
View on GitHub
← Back to SKILL.md

Type Performance

Read packages/effect/typeperf/README.md before adding fixtures, changing the harness, updating thresholds, or running cross-ref comparisons. Isolate one realistic public type path and compare the same fixture and compiler environment across revisions. Derive supported suites and comparison commands from the current harness documentation and CLI.

Before changing a threshold, record its previous value and measured result, explain the expected delta, update it, and run a clean focused verification. Keep ordinary threshold fixtures separate from cross-ref fixtures.

This branch is complete when the focused measurement is repeatable, threshold verification is clean when applicable, and reported comparisons include resolved refs, compiler version, and an explanation of the observed delta. Fixture or harness changes also require the focused validation and formatting checks documented in the README.

Referenced from SKILL.md