File tree Expand file tree Collapse file tree 1 file changed +7
-15
lines changed Expand file tree Collapse file tree 1 file changed +7
-15
lines changed Original file line number Diff line number Diff line change 21
21
22
22
.section {
23
23
display : flex;
24
- margin : 4 px 0 ;
24
+ margin : 10 px 0 ;
25
25
}
26
26
27
27
# commits {
62
62
font-size : 16px ;
63
63
}
64
64
65
- .section .section-heading {
66
- display : flex;
67
- flex-direction : column;
68
- justify-content : center;
69
- }
70
-
71
65
# filters-content .section-heading {
72
66
font-size : 16px ;
73
67
}
85
79
86
80
input {
87
81
border-radius : 5px ;
88
- padding : 4px ;
89
82
font-size : 12px ;
90
83
height : 100% ;
91
84
}
98
91
width : 100% ;
99
92
font-weight : bold;
100
93
background : # ADD8E6 ;
101
- margin : 10px 0 ;
102
94
}
103
95
104
96
.cache-label {
@@ -195,15 +187,15 @@ <h1>Comparing <span id="stat-header">{{stat}}</span> between <span id="before">{
195
187
< div class ="section ">
196
188
< div class ="section-heading "> Filter by benchmark
197
189
</ div >
198
- < input id ="filter " type ="text " v-model ="filter.name " /> </ p >
190
+ < input id ="filter " type ="text " v-model ="filter.name " />
199
191
</ div >
200
192
< div class =" section ">
201
193
< div class ="section-heading ">
202
- < div >
194
+ < div style =" width: 160px; " >
203
195
< span > Cache states</ span >
204
- < div class ="tooltip "> ?< span class ="tooltiptext ">
205
- Most benchmarks have at least 4 cache states for which we collect data
206
- </ div >
196
+ < span class ="tooltip "> ?< span class ="tooltiptext ">
197
+ Most benchmarks have at least 4 cache states for which we collect data</ span >
198
+ </ span >
207
199
</ div >
208
200
</ div >
209
201
< ul id ="states-list ">
@@ -317,7 +309,7 @@ <h1>Comparing <span id="stat-header">{{stat}}</span> between <span id="before">{
317
309
</ tbody >
318
310
</ table >
319
311
< br />
320
- < table class ="compare " v-if ="data && data.a.bootstrap ">
312
+ < table class ="compare " v-if ="data && data.a.bootstrap.length > 0 ">
321
313
< tr >
322
314
< td colspan ="4 "> bootstrap timings; variance is 1-3% on smaller benchmarks! Values in seconds.</ td >
323
315
</ tr >
You can’t perform that action at this time.
0 commit comments