docs(README): replace % symbol with words in benchmark metric descriptions

Use "Proportion" (EN) and "Доля" (RU) instead of the bare "%" symbol
for consistency with the Chinese, Japanese, and Korean translations
which already use their respective words for "proportion".
This commit is contained in:
kite 2026-06-22 18:55:12 +08:00
parent dc93166205
commit bc225682f1
2 changed files with 4 additions and 4 deletions

View file

@ -40,8 +40,8 @@ A real-world code review benchmark built from **50** popular open-source reposit
| Metric | What it measures | Why it matters |
|--------|-----------------|----------------|
| **F1** | Harmonic mean of precision and recall | Best single number for overall review quality |
| **Precision** | % of reported issues that are real defects | Higher = fewer false alarms to triage |
| **Recall** | % of real defects that are found | Higher = fewer issues slip through review |
| **Precision** | Proportion of reported issues that are real defects | Higher = fewer false alarms to triage |
| **Recall** | Proportion of real defects that are found | Higher = fewer issues slip through review |
| **Avg Time** | Wall-clock time per review | Matters for CI pipeline latency |
| **Avg Token** | Total tokens consumed per review | Directly impacts API cost |

View file

@ -40,8 +40,8 @@ Open Code Review — это CLI-инструмент для код-ревью н
| Метрика | Что измеряет | Почему важна |
|---------|-------------|--------------|
| **F1** | Гармоническое среднее precision и recall | Лучший единый показатель качества ревью |
| **Precision** | % найденных проблем, являющихся реальными дефектами | Выше = меньше ложных срабатываний |
| **Recall** | % реальных дефектов, которые были найдены | Выше = меньше пропущенных проблем |
| **Precision** | Доля найденных проблем, являющихся реальными дефектами | Выше = меньше ложных срабатываний |
| **Recall** | Доля реальных дефектов, которые были найдены | Выше = меньше пропущенных проблем |
| **Avg Time** | Время выполнения одного ревью | Влияет на задержки в CI-пайплайне |
| **Avg Token** | Суммарное потребление токенов за ревью | Прямо влияет на стоимость API |