mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-05-25 11:12:36 -07:00
12 lines
787 B
Markdown
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 |
|