timing
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/tag/woodpecker Pipeline was successful

This commit is contained in:
Wolfgang Hottgenroth 2025-01-30 16:59:36 +01:00
parent 9926c89ef2
commit 1418603007

View File

@ -121,16 +121,16 @@ def index():
{graph_html_1}
{graph_html_2}
{graph_html_3}
<div style="height:9vh; background-color:lightgrey;">
<div style="height:9vh; background-color:lightgrey; font-family: Courier, Consolas, monospace;">
<table>
<tr>
<td>{duration1}</td><td>{duration2}</td>
<td>{duration1:.3f}</td><td>{duration2:.3f}</td>
</tr><tr>
<td>{duration3}</td><td>{duration4}</td>
<td>{duration3:.3f}</td><td>{duration4:.3f}</td>
</tr><tr>
<td>{duration5}</td><td>{duration6}</td>
<td>{duration5:.3f}</td><td>{duration6:.3f}</td>
</tr><tr>
<td>{duration7}</td>
<td>{duration7:.3f}</td>
</tr>
</table>
</div>