Skip to content

Commit 4b97a4f

Browse files
committed
describe shaded region in noise chart description
1 parent 05f5aa6 commit 4b97a4f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

site/frontend/src/pages/compare/compile/table/benchmark-detail.vue

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,10 @@ onMounted(() => renderGraph());
207207
<div style="font-size: 0.8em">
208208
Each plotted value is relative to its previous commit
209209
</div>
210+
<div style="font-size: 0.8em">
211+
The shaded region shows values that are more recent than the
212+
benchmarked commit
213+
</div>
210214
</div>
211215
<div ref="chartElement"></div>
212216
</div>

0 commit comments

Comments
 (0)