File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -406,6 +406,15 @@ <h2>Comparing <span id="stat-header">{{stat}}</span> between <span id="before">{
406
406
< p v-if ="dataLoading && !data "> Loading ...</ p >
407
407
< div v-if ="data " id ="content " style ="margin-top: 15px ">
408
408
< div id ="summary ">
409
+ < div style ="display: flex; justify-content: end; ">
410
+ < span class ="tooltip " style ="margin-right: 1em; "> ?
411
+ < span class ="tooltiptext ">
412
+ The percents show arithmetic mean amongst regressions, amongst improvements
413
+ and finally amongst all benchmarks in each category (all benchmarks or
414
+ filtered benchmarks).
415
+ </ span >
416
+ </ span >
417
+ </ div >
409
418
< div v-for ="summaryPair in Object.entries(summary) " style ="display: flex; ">
410
419
< span style ="font-weight: bold; width: 30%; margin-left: 15%; text-transform: capitalize; "> {{
411
420
summaryPair[0] }}:</ span >
You can’t perform that action at this time.
0 commit comments