Compare commits
6 Commits
Author | SHA1 | Date | |
---|---|---|---|
6fd2bd0863 | |||
2c78fba3a6 | |||
86b883569f | |||
ba86a08632 | |||
0b61a18eb1 | |||
1418603007 |
13
src/run.py
13
src/run.py
@ -121,16 +121,17 @@ def index():
|
||||
{graph_html_1}
|
||||
{graph_html_2}
|
||||
{graph_html_3}
|
||||
<div style="height:9vh; background-color:lightgrey;">
|
||||
<table>
|
||||
<div style="height:9vh; background-color:lightgrey; font-family: Courier, Consolas, monospace;">
|
||||
<table style="border-collapse: collapse;">
|
||||
<!-- <style>table td {{ padding-right: 100px }}</style> -->
|
||||
<tr>
|
||||
<td>{duration1}</td><td>{duration2}</td>
|
||||
<td>Query 1:</td><td> {duration1:.3f} s</td><td>Graph 1:</td><td> {duration2:.3f} s</td>
|
||||
</tr><tr>
|
||||
<td>{duration3}</td><td>{duration4}</td>
|
||||
<td>Query 2:</td><td> {duration3:.3f} s</td><td>Graph 2:</td><td> {duration4:.3f} s</td>
|
||||
</tr><tr>
|
||||
<td>{duration5}</td><td>{duration6}</td>
|
||||
<td>Query 3:</td><td> {duration5:.3f} s</td><td>Graph 3:</td><td> {duration6:.3f} s</td>
|
||||
</tr><tr>
|
||||
<td>{duration7}</td>
|
||||
<td>Total:</td><td> {duration7:.3f} s</td><td></td><td></td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user