From 48fd0e71d546666c74a979ce292781b7d9400d48 Mon Sep 17 00:00:00 2001 From: "Paul Gauthier (aider)" Date: Sat, 12 Apr 2025 20:42:58 -0700 Subject: [PATCH] style: Increase bar height and fix colors in leaderboards --- aider/website/docs/leaderboards/index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/aider/website/docs/leaderboards/index.md b/aider/website/docs/leaderboards/index.md index c8172e1bf..12270b1ba 100644 --- a/aider/website/docs/leaderboards/index.md +++ b/aider/website/docs/leaderboards/index.md @@ -61,16 +61,16 @@ The model also has to successfully apply all its changes to the source file with {{ row.model }} -
+
{{ row.pass_rate_2 }}% -
+
{{ row.percent_cases_well_formed }}% {% assign cost_percent = row.total_cost | times: 100.0 | divided_by: max_cost %} -
+
{% if row.total_cost == 0 %}?{% else %}${{ row.total_cost | times: 1.0 | round: 2 }}{% endif %} {{ row.command }}