From 4f24df815ec5b28130ea484f13c0cccfe50faa34 Mon Sep 17 00:00:00 2001 From: Patrick Gartung Date: Thu, 19 Sep 2024 23:15:38 +0200 Subject: [PATCH] Black formatting --- comparisons/compare-maxmem-summary.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/comparisons/compare-maxmem-summary.py b/comparisons/compare-maxmem-summary.py index dc5447c45b4..3bff17e4d5d 100755 --- a/comparisons/compare-maxmem-summary.py +++ b/comparisons/compare-maxmem-summary.py @@ -154,7 +154,8 @@ def stepfn(step): '", + + "error threshold %0.2f" % error_threshold + + "%", "", ] if summaryFormat == "html":
' + "warn threshold %0.2f" % threshold + '%
' - +"error threshold %0.2f" % error_threshold + "%
max memory used:
<baseline (MB)>
<PR (MB)>
<100* (baseline - PR)/baseline>