Skip to content

Commit

Permalink
Black formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
gartung committed Sep 19, 2024
1 parent 550219b commit 4f24df8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion comparisons/compare-maxmem-summary.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,8 @@ def stepfn(step):
'</table><table><tr><td style="color: orange">'
+ "warn threshold %0.2f" % threshold
+ '%</td></tr><tr><td style="color: red">'
+"error threshold %0.2f" % error_threshold + "%</td></tr>",
+ "error threshold %0.2f" % error_threshold
+ "%</td></tr>",
"<tr><td>max memory used:<BR>&lt;baseline (MB)&gt;<BR>&lt;PR (MB)&gt;<BR>&lt;100* (baseline - PR)/baseline&gt;</tr>",
]
if summaryFormat == "html":
Expand Down

0 comments on commit 4f24df8

Please sign in to comment.