diff --git a/aider/website/_posts/2024-09-26-senior-junior.md b/aider/website/_posts/2024-09-26-senior-junior.md
index b9ff237c0..520c336f5 100644
--- a/aider/website/_posts/2024-09-26-senior-junior.md
+++ b/aider/website/_posts/2024-09-26-senior-junior.md
@@ -41,9 +41,9 @@ Here's a table containing the benchmark data for different model configurations:
Senior |
Junior |
Edit Format |
- Pass Rate (%) |
- Average Time (sec) |
- Total Cost ($) |
+ Pass Rate |
+ Average Time |
+ Total Cost |
@@ -54,9 +54,9 @@ Here's a table containing the benchmark data for different model configurations:
{{ item.model }} |
{{ item.junior_model }} |
{{ item.junior_edit_format | default: item.edit_format }} |
- {{ item.pass_rate_2 }} |
- {{ item.seconds_per_case }} |
- ${{ item.total_cost | number_format: 2 }} |
+ {{ item.pass_rate_2 }}% |
+ {{ item.seconds_per_case }}sec |
+ ${{ item.total_cost }} |
{% endfor %}
{% endfor %}