Files
2026-04-21 17:50:55 -07:00

12 lines
787 B
Markdown

# Repository Metrics
This file documents the metrics tracked by `optimizer1000`.
| Metric | Description | Script | Goal |
|--------|-------------|--------|------|
| open_issues | Number of open issues in the repo | `metrics/scripts/open_issues.js` | Lower is better |
| open_community_prs | Number of open community PRs in the repo | `metrics/scripts/open_community_prs.js` | Lower is better |
| completed_community_prs | Number of completed community PRs in the repo | `metrics/scripts/completed_community_prs.js` | Greater is better |
| test_flakiness | Number of CI workflow failures over the past 7 days | `metrics/scripts/test_flakiness.js` | Lower is better |
| pr_latency | Average time (in hours) to merge the last 100 PRs | `metrics/scripts/pr_latency.js` | Lower is better |