Skip to content

Commit 9f1df9a

Browse files
committed
[test] bump threshold to 0.01 to trigger failrues
1 parent ab25299 commit 9f1df9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

devops/scripts/benchmarks/options.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ class Options:
4545
preset: str = "Full"
4646
custom_results_dir = None
4747

48-
regression_threshold: float = 0.05
48+
regression_threshold: float = 0.01
4949
timestamp_override: str = None
5050

5151

0 commit comments

Comments
 (0)