Skip to content

Commit

Permalink
Merge branch 'main' into bkmartinjr/993-schema-five
Browse files Browse the repository at this point in the history
  • Loading branch information
bkmartinjr committed Mar 20, 2024
2 parents c46fc7c + 90cc9eb commit 67003f5
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 67003f5

Please sign in to comment.