We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5367aad + c81214b commit dc2ac6aCopy full SHA for dc2ac6a
site/frontend/src/pages/compare/compile/table/benchmark-detail.vue
@@ -407,8 +407,8 @@ onMounted(() => {
407
<div ref="relativeChartElement"></div>
408
</div>
409
410
- <div class="columns">
411
- <div class="rows grow">
+ <div class="columns" v-if="props.metric !== BINARY_SIZE_METRIC">
+ <div class="rows center-items grow">
412
<div class="title bold">
413
Sections
414
<Tooltip
@@ -419,6 +419,10 @@ onMounted(() => {
419
based on wall-time.
420
</Tooltip>
421
422
+ <div style="font-size: 0.8em">
423
+ Note that the data for this chart is calculated from wall-time (it is
424
+ metric agnostic)!
425
+ </div>
426
<div>
427
<CompileSectionsChart
428
v-if="
0 commit comments