Skip to content

Commit 44cfbdf

Browse files
committed
Enhance benchmarks: increase failure ratio threshold for regression tests
1 parent d677894 commit 44cfbdf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_benchmarks_py.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050

5151
BASELINES_PATH = pathlib.Path(__file__).parent / "benchmarks" / "baselines.json"
5252

53-
FAIL_RATIO = 1.50
53+
FAIL_RATIO = 2.00
5454
WARN_RATIO = 1.25
5555

5656
# timeit settings: REPEATS independent runs of NUMBER executions each.

0 commit comments

Comments
 (0)