Skip to content
This repository has been archived by the owner on Dec 6, 2024. It is now read-only.

Commit

Permalink
Exclude RollingBloomReset benchmark
Browse files Browse the repository at this point in the history
  • Loading branch information
aureleoules committed Jan 5, 2024
1 parent 8e5930f commit 4c0a3bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/[owner]/[repo]/pulls/[number]/Benchmarks.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@

return 0;
})
.filter((b) => !["AddrManSelectFromAlmostEmpty"].includes(b))
.filter((b) => !["AddrManSelectFromAlmostEmpty", "RollingBloomReset"].includes(b))
.filter((b) => !showOnlySignificant || isSignificant(b)) as benchmark}
<tr>
<td class="col-field-id">
Expand Down

0 comments on commit 4c0a3bc

Please sign in to comment.