There was an error while loading. Please reload this page.
1 parent c8eea24 commit 569a35fCopy full SHA for 569a35f
2 files changed
scripts/build-chart01.ts
@@ -25,7 +25,7 @@ for (const payload of Object.keys(PAYLOADS)) {
25
}
26
27
const config = createBarChart(chartData, PAYLOADS, {
28
- title: "Serialization Throughput by Payload Size",
+ title: "Serialization Performance",
29
yLabel: "Throughput (MB/s)",
30
xLabel: "Payload",
31
datasetLabels: [
scripts/build-chart02.ts
@@ -25,11 +25,12 @@ for (const payload of Object.keys(PAYLOADS)) {
- title: "Deserialization Throughput by Payload Size",
+ title: "Deserialization Performance",
32
"Built-in JSON (JS)",
33
+ "JSON-AS (NAIVE)",
34
"JSON-AS (SWAR)",
35
"JSON-AS (SIMD)"
36
]
0 commit comments