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

This commit is contained in:
Wolfgang Hottgenroth 2025-01-31 10:29:42 +01:00
parent 6fd2bd0863
commit aa74c02498

View File

@ -123,15 +123,18 @@ def index():
{graph_html_3} {graph_html_3}
<div style="height:9vh; background-color:lightgrey; font-family: Courier, Consolas, monospace;"> <div style="height:9vh; background-color:lightgrey; font-family: Courier, Consolas, monospace;">
<table style="border-collapse: collapse;"> <table style="border-collapse: collapse;">
<!-- <style>table td {{ padding-right: 100px }}</style> --> <style>
td.smallsep {{ padding-right: 10px }}
td.largesep {{ padding-right: 30px }}
</style>
<tr> <tr>
<td>Query 1:</td><td> {duration1:.3f} s</td><td>Graph 1:</td><td> {duration2:.3f} s</td> <td class="smallsep">Query 1:</td><td class="largesep"> {duration1:.3f} s</td><td class="smallsep">Graph 1:</td><td> {duration2:.3f} s</td>
</tr><tr> </tr><tr>
<td>Query 2:</td><td> {duration3:.3f} s</td><td>Graph 2:</td><td> {duration4:.3f} s</td> <td class="smallsep">Query 2:</td><td class="largesep"> {duration3:.3f} s</td><td class="smallsep">Graph 2:</td><td> {duration4:.3f} s</td>
</tr><tr> </tr><tr>
<td>Query 3:</td><td> {duration5:.3f} s</td><td>Graph 3:</td><td> {duration6:.3f} s</td> <td class="smallsep">Query 3:</td><td class="largesep"> {duration5:.3f} s</td><td class="smallsep">Graph 3:</td><td> {duration6:.3f} s</td>
</tr><tr> </tr><tr>
<td>Total:</td><td> {duration7:.3f} s</td><td></td><td></td> <td class="smallsep">Total:</td><td> {duration7:.3f} s</td><td></td><td></td>
</tr> </tr>
</table> </table>
</div> </div>