Skip to content

Commit 136fe29

Browse files
committed
fix(benchmarks): Increase MAX_INTERRUPT_ACTIONS
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
1 parent a8b03db commit 136fe29

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/test/benchmark.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ describe('Floccus', function() {
3838
// counts are precomputed once from the PRNG and then cycled through, so the
3939
// interrupt schedule is independent of how many random draws the tree
4040
// manipulations consume in between.
41-
const MAX_INTERRUPT_ACTIONS = 300
41+
const MAX_INTERRUPT_ACTIONS = 500
4242
let interruptCounts = []
4343
let i = 0
4444
const nextInterruptCount = () => {

0 commit comments

Comments
 (0)