Skip to content

Commit 07860c0

Browse files
committed
wip: reverted benchmark results
1 parent 37a2ce5 commit 07860c0

File tree

66 files changed

+7029
-6175
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

66 files changed

+7029
-6175
lines changed

benches/results/basic_buffer_encoding_decoding.chart.html renamed to benches/results/basic/buffer_encoding_decoding.chart.html

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
66
<meta http-equiv="X-UA-Compatible" />
77
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/chart.min.js"></script>
8-
<title>basic_buffer_encoding_decoding</title>
8+
<title>basic.buffer_encoding_decoding</title>
99
<style>
1010
body {
1111
margin: 0;
@@ -28,7 +28,7 @@
2828
</head>
2929
<body>
3030
<div class="container">
31-
<canvas id="chart1743641397496" width="16" height="9"></canvas>
31+
<canvas id="chart1666662556031" width="16" height="9"></canvas>
3232
</div>
3333
<script>
3434
const format = (num) => {
@@ -51,18 +51,18 @@
5151
chunked.map((chunk) => chunk.join('')).join(' ') + fractionStr
5252
)
5353
}
54-
const ctx1743641397496 = document
55-
.getElementById('chart1743641397496')
54+
const ctx1666662556031 = document
55+
.getElementById('chart1666662556031')
5656
.getContext('2d')
57-
const chart1743641397496 = new Chart(ctx1743641397496, {
57+
const chart1666662556031 = new Chart(ctx1666662556031, {
5858
type: 'bar',
5959
data: {
6060
labels: ["JSON stringify and parse buffer","Base64 encode and decode buffer","Base64url encode and decode buffer"],
6161
datasets: [
6262
{
63-
data: [285572,3330850,3145892],
64-
backgroundColor: ["hsl(10.283999999999992, 85%, 55%)","hsl(120, 85%, 55%)","hsl(113.34, 85%, 55%)"],
65-
borderColor: ["hsl(10.283999999999992, 85%, 55%)","hsl(120, 85%, 55%)","hsl(113.34, 85%, 55%)"],
63+
data: [172634,1385074,1327362],
64+
backgroundColor: ["hsl(14.951999999999991, 85%, 55%)","hsl(120, 85%, 55%)","hsl(114.996, 85%, 55%)"],
65+
borderColor: ["hsl(14.951999999999991, 85%, 55%)","hsl(120, 85%, 55%)","hsl(114.996, 85%, 55%)"],
6666
borderWidth: 2,
6767
},
6868
],
@@ -72,7 +72,7 @@
7272
plugins: {
7373
title: {
7474
display: true,
75-
text: 'basic_buffer_encoding_decoding',
75+
text: 'basic.buffer_encoding_decoding',
7676
font: { size: 20 },
7777
padding: 20,
7878
},

0 commit comments

Comments
 (0)