mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-01 10:14:59 +00:00
feat: Update table formatting in blog post
This commit is contained in:
parent
fb9ffca9ea
commit
40bf3a1e58
1 changed files with 6 additions and 6 deletions
|
@ -41,9 +41,9 @@ Here's a table containing the benchmark data for different model configurations:
|
|||
<th>Senior</th>
|
||||
<th>Junior</th>
|
||||
<th>Edit Format</th>
|
||||
<th>Pass Rate (%)</th>
|
||||
<th>Average Time (sec)</th>
|
||||
<th>Total Cost ($)</th>
|
||||
<th>Pass Rate</th>
|
||||
<th>Average Time</th>
|
||||
<th>Total Cost</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
|
@ -54,9 +54,9 @@ Here's a table containing the benchmark data for different model configurations:
|
|||
<td>{{ item.model }}</td>
|
||||
<td>{{ item.junior_model }}</td>
|
||||
<td>{{ item.junior_edit_format | default: item.edit_format }}</td>
|
||||
<td>{{ item.pass_rate_2 }}</td>
|
||||
<td>{{ item.seconds_per_case }}</td>
|
||||
<td>${{ item.total_cost | number_format: 2 }}</td>
|
||||
<td>{{ item.pass_rate_2 }}%</td>
|
||||
<td>{{ item.seconds_per_case }}sec</td>
|
||||
<td>${{ item.total_cost }}</td>
|
||||
</tr>
|
||||
{% endfor %}
|
||||
{% endfor %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue