Skip to content

Commit ca12296

Browse files
committed
working
1 parent 769b430 commit ca12296

File tree

4 files changed

+262
-160
lines changed

4 files changed

+262
-160
lines changed

src/components/Filters.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@
266266
</div>
267267
<p class="steals-sentence">
268268
Agent Advantage:
269-
<span class="bold highlight">{$agentAdvantage !== undefined ? $agentAdvantage.toFixed(2) : 0}</span>
269+
<span class="bold highlight">{$agentAdvantage !== undefined ? $agentAdvantage.toFixed(4) : 0}</span>
270270
<span class="bold">
271271
({#if $withFiltersData.length !== 1}
272272
{formatter($withFiltersData.length)} benchmarks

0 commit comments

Comments
 (0)