We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06ee454 commit 90cc9ebCopy full SHA for 90cc9eb
tools/perf_checker/perf_checker.py
@@ -27,7 +27,7 @@ def format_string(text: str) -> Any:
27
28
# Processes the set of previously written logs
29
# The threshold (ratio) of allowable performance degradation between profiling runs
30
-threshold = 1.10
+threshold = 1.15
31
32
db = profiler.data.S3ProfileDB(args.db_path)
33
command_profiles = db.find(f"{args.command}")
0 commit comments