Skip to content

Commit d677894

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_benchmarks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
BASELINES_PATH = pathlib.Path(__file__).parent / "benchmarks" / "baselines.json"
6464

6565
# Regression thresholds (ratio relative to stored baseline mean_ms).
66-
FAIL_RATIO = 1.50 # >50 % slower → test failure
66+
FAIL_RATIO = 2.00 # >100 % slower → test failure
6767
WARN_RATIO = 1.25 # >25 % slower → warning only
6868

6969
# Grid padding added by gridDiv (mirrors figure_esm.js)

0 commit comments

Comments
 (0)