Skip to content

Commit 569a35f

Browse files
committed
ci: rebuild charts
1 parent c8eea24 commit 569a35f

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

scripts/build-chart01.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ for (const payload of Object.keys(PAYLOADS)) {
2525
}
2626

2727
const config = createBarChart(chartData, PAYLOADS, {
28-
title: "Serialization Throughput by Payload Size",
28+
title: "Serialization Performance",
2929
yLabel: "Throughput (MB/s)",
3030
xLabel: "Payload",
3131
datasetLabels: [

scripts/build-chart02.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,12 @@ for (const payload of Object.keys(PAYLOADS)) {
2525
}
2626

2727
const config = createBarChart(chartData, PAYLOADS, {
28-
title: "Deserialization Throughput by Payload Size",
28+
title: "Deserialization Performance",
2929
yLabel: "Throughput (MB/s)",
3030
xLabel: "Payload",
3131
datasetLabels: [
3232
"Built-in JSON (JS)",
33+
"JSON-AS (NAIVE)",
3334
"JSON-AS (SWAR)",
3435
"JSON-AS (SIMD)"
3536
]

0 commit comments

Comments
 (0)