Skip to content

Commit 0ef95ca

Browse files
committed
ci: benchmark: Use bold text to highlight pdu in the charts
1 parent a884dee commit 0ef95ca

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,11 @@ function renderReport(report: Report) {
9999
xmlns:xlink=${xlink}
100100
viewBox=${[0, 0, viewBoxWidth, viewBoxHeight].join(' ')}
101101
>
102+
<style>
103+
.label.pdu {
104+
font-weight: bold;
105+
}
106+
</style>
102107
<rect
103108
id="background"
104109
x="0"

0 commit comments

Comments
 (0)