File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -423,7 +423,8 @@ <h1>ClickBench — a Benchmark For Analytical DBMS</h1>
423
423
System & Machine
424
424
</ th >
425
425
< th colspan ="2 ">
426
- Relative < span id ="time-or-size "> time</ span > (lower is better)
426
+ Relative < span id ="time-or-size "> time</ span > (lower is better).< br >
427
+ < span style ="font-weight: normal " id ="scale_hint "> </ span >
427
428
</ th >
428
429
</ tr >
429
430
</ thead >
@@ -1044,6 +1045,10 @@ <h2>Detailed Comparison</h2>
1044
1045
}
1045
1046
1046
1047
findPassiveSelectors ( filtered_data ) ;
1048
+
1049
+ /// The small hint below column heading "Relative time (lower is better)"
1050
+ color = ( document . documentElement . getAttribute ( 'data-theme' ) == 'dark' ) ? 'blue' : 'brown' ;
1051
+ document . getElementById ( "scale_hint" ) . textContent = 'Different shades of ' + color + ' represent the same value at different scales (1x, 10x, 100x zoom).' ;
1047
1052
}
1048
1053
1049
1054
function isSubsequence ( str , subseq ) {
You can’t perform that action at this time.
0 commit comments