Skip to content

Commit 1d0920c

Browse files
committed
bench: running benchmark
1 parent 1a46ecc commit 1d0920c

11 files changed

+777
-813
lines changed

benches/results/buffers/buffer_allocation.chart.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
</head>
2929
<body>
3030
<div class="container">
31-
<canvas id="chart1742766771139" width="16" height="9"></canvas>
31+
<canvas id="chart1742779743420" 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 ctx1742766771139 = document
55-
.getElementById('chart1742766771139')
54+
const ctx1742779743420 = document
55+
.getElementById('chart1742779743420')
5656
.getContext('2d')
57-
const chart1742766771139 = new Chart(ctx1742766771139, {
57+
const chart1742779743420 = new Chart(ctx1742779743420, {
5858
type: 'bar',
5959
data: {
6060
labels: ["Buffer.alloc","Buffer.allocUnsafe","Buffer.allocUnsafeSlow","Buffer.from subarray","Buffer.copyBytesFrom","Uint8Array","Uint8Array slice"],
6161
datasets: [
6262
{
63-
data: [1032787,4623286,883781,2081750,714669,1427538,977980],
64-
backgroundColor: ["hsl(26.808000000000007, 85%, 55%)","hsl(120, 85%, 55%)","hsl(22.944000000000003, 85%, 55%)","hsl(54.036, 85%, 55%)","hsl(18.551999999999992, 85%, 55%)","hsl(37.056, 85%, 55%)","hsl(25.380000000000006, 85%, 55%)"],
65-
borderColor: ["hsl(26.808000000000007, 85%, 55%)","hsl(120, 85%, 55%)","hsl(22.944000000000003, 85%, 55%)","hsl(54.036, 85%, 55%)","hsl(18.551999999999992, 85%, 55%)","hsl(37.056, 85%, 55%)","hsl(25.380000000000006, 85%, 55%)"],
63+
data: [1370590,5346372,1350702,2741252,676306,1146307,1027805],
64+
backgroundColor: ["hsl(30.768, 85%, 55%)","hsl(120, 85%, 55%)","hsl(30.312000000000005, 85%, 55%)","hsl(61.52400000000001, 85%, 55%)","hsl(15.180000000000007, 85%, 55%)","hsl(25.727999999999998, 85%, 55%)","hsl(23.063999999999997, 85%, 55%)"],
65+
borderColor: ["hsl(30.768, 85%, 55%)","hsl(120, 85%, 55%)","hsl(30.312000000000005, 85%, 55%)","hsl(61.52400000000001, 85%, 55%)","hsl(15.180000000000007, 85%, 55%)","hsl(25.727999999999998, 85%, 55%)","hsl(23.063999999999997, 85%, 55%)"],
6666
borderWidth: 2,
6767
},
6868
],

0 commit comments

Comments
 (0)