Skip to content

Commit 0d06644

Browse files
committed
ci: benchmark: Define data-value
1 parent 98c239a commit 0d06644

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ci/github-actions/illustrate-benchmark-reports.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ function renderReport(report: Report) {
8484
svg`<text
8585
data-index=${shape.index}
8686
data-name=${shape.name}
87+
data-value=${shape.mean}
8788
class=${shape.numberClassName}
8889
x=${shape.numberX}
8990
y=${shape.textY}

0 commit comments

Comments
 (0)