mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-01 10:14:59 +00:00
style: right-align cost entries in table
This commit is contained in:
parent
ab8672574a
commit
89aa385613
1 changed files with 3 additions and 3 deletions
|
@ -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 }} sec</td>
|
||||
<td>${{ item.total_cost | round: 2 }}</td>
|
||||
<td style="text-align: right;">{{ item.pass_rate_2 }}%</td>
|
||||
<td style="text-align: right;">{{ item.seconds_per_case }} sec</td>
|
||||
<td style="text-align: right;">${{ item.total_cost | round: 2 }}</td>
|
||||
</tr>
|
||||
{% endfor %}
|
||||
{% endfor %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue