Skip to content

Commit 90cc9eb

Browse files
authored
[profiler] bumping failure threshold from 10% to 15% (#1047)
1 parent 06ee454 commit 90cc9eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/perf_checker/perf_checker.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ def format_string(text: str) -> Any:
2727

2828
# Processes the set of previously written logs
2929
# The threshold (ratio) of allowable performance degradation between profiling runs
30-
threshold = 1.10
30+
threshold = 1.15
3131

3232
db = profiler.data.S3ProfileDB(args.db_path)
3333
command_profiles = db.find(f"{args.command}")

0 commit comments

Comments
 (0)