Skip to content

Commit

Permalink
[profiler] bumping failure threshold from 10% to 15% (#1047)
Browse files Browse the repository at this point in the history
  • Loading branch information
beroy authored Mar 20, 2024
1 parent 06ee454 commit 90cc9eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/perf_checker/perf_checker.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def format_string(text: str) -> Any:

# Processes the set of previously written logs
# The threshold (ratio) of allowable performance degradation between profiling runs
threshold = 1.10
threshold = 1.15

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

0 comments on commit 90cc9eb

Please sign in to comment.