Compare commits

...

2 Commits

Author SHA1 Message Date
2c78fba3a6 timing
All checks were successful
ci/woodpecker/tag/woodpecker Pipeline was successful
ci/woodpecker/push/woodpecker Pipeline was successful
2025-01-30 17:37:55 +01:00
86b883569f timing
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
ci/woodpecker/tag/woodpecker Pipeline was successful
2025-01-30 17:24:18 +01:00

View File

@ -123,7 +123,7 @@ 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: 5px 10px; }}</style> <style>table td {{ padding-right: 100px }}</style>
<tr> <tr>
<td>Query 1: {duration1:.3f} s</td><td>Graph 1: {duration2:.3f} s</td> <td>Query 1: {duration1:.3f} s</td><td>Graph 1: {duration2:.3f} s</td>
</tr><tr> </tr><tr>
@ -131,7 +131,7 @@ def index():
</tr><tr> </tr><tr>
<td>Query 3: {duration5:.3f} s</td><td>Graph 3: {duration6:.3f} s</td> <td>Query 3: {duration5:.3f} s</td><td>Graph 3: {duration6:.3f} s</td>
</tr><tr> </tr><tr>
<td>Total: {duration7:.3f} s</td> <td>Total: {duration7:.3f} s</td><td></td>
</tr> </tr>
</table> </table>
</div> </div>