Compare commits
4 Commits
Author | SHA1 | Date | |
---|---|---|---|
2c78fba3a6 | |||
86b883569f | |||
ba86a08632 | |||
0b61a18eb1 |
11
src/run.py
11
src/run.py
@ -122,15 +122,16 @@ def index():
|
|||||||
{graph_html_2}
|
{graph_html_2}
|
||||||
{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>
|
<table style="border-collapse: collapse;">
|
||||||
|
<style>table td {{ padding-right: 100px }}</style>
|
||||||
<tr>
|
<tr>
|
||||||
<td>{duration1:.3f}</td><td>{duration2:.3f}</td>
|
<td>Query 1: {duration1:.3f} s</td><td>Graph 1: {duration2:.3f} s</td>
|
||||||
</tr><tr>
|
</tr><tr>
|
||||||
<td>{duration3:.3f}</td><td>{duration4:.3f}</td>
|
<td>Query 2: {duration3:.3f} s</td><td>Graph 2: {duration4:.3f} s</td>
|
||||||
</tr><tr>
|
</tr><tr>
|
||||||
<td>{duration5:.3f}</td><td>{duration6:.3f}</td>
|
<td>Query 3: {duration5:.3f} s</td><td>Graph 3: {duration6:.3f} s</td>
|
||||||
</tr><tr>
|
</tr><tr>
|
||||||
<td>{duration7:.3f}</td>
|
<td>Total: {duration7:.3f} s</td><td></td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
|
Reference in New Issue
Block a user