Skip to content

Commit 8df9b21

Browse files
committed
apply clang-format
1 parent 9345dc0 commit 8df9b21

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

devops/scripts/benchmarking/compare.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,7 @@ def to_hist_avg(benchmark_name: str, hist_avg_path: str, test_csv_path: str):
5353
print(
5454
f" {metric}: {sample_value} -- Historic avg. {test_hist_avg[metric]} (max tolerance {threshold*100}%: {max_tolerated})\n"
5555
)
56-
with open(
57-
"./artifact/benchmarks_failed.log", "a"
58-
) as slow_log:
56+
with open("./artifact/benchmarks_failed.log", "a") as slow_log:
5957
slow_log.write(
6058
f"-- {benchmark_name}::{test}\n"
6159
f" {metric}: {sample_value} -- Historic avg. {test_hist_avg[metric]} (max tol. {threshold*100}%: {max_tolerated})\n"

0 commit comments

Comments
 (0)