Skip to content

Commit 600338f

Browse files
authored
Merge pull request #2 from Dynamic-Innovative-Studio/dev
fix(tests): increase maximum expected value in performance benchmark
2 parents 08d22df + b55ccff commit 600338f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/__tests__/performance.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ describe('Performance Benchmarks', () => {
105105
expect(max / min).toBeLessThan(3);
106106
} else {
107107
// If min is 0, just check that max is reasonable
108-
expect(max).toBeLessThan(100);
108+
expect(max).toBeLessThan(200);
109109
}
110110
});
111111

0 commit comments

Comments
 (0)