Skip to content

Commit 216854a

Browse files
committed
benches: updated benchmarks
1 parent b1dfc26 commit 216854a

11 files changed

+871
-822
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="chart1695635571016" width="16" height="9"></canvas>
31+
<canvas id="chart1697506316266" 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 ctx1695635571016 = document
55-
.getElementById('chart1695635571016')
54+
const ctx1697506316266 = document
55+
.getElementById('chart1697506316266')
5656
.getContext('2d')
57-
const chart1695635571016 = new Chart(ctx1695635571016, {
57+
const chart1697506316266 = new Chart(ctx1697506316266, {
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: [737442,3112051,949633,1700664,517646,777665,704702],
64-
backgroundColor: ["hsl(28.44, 85%, 55%)","hsl(120, 85%, 55%)","hsl(36.612, 85%, 55%)","hsl(65.58, 85%, 55%)","hsl(19.955999999999992, 85%, 55%)","hsl(29.987999999999996, 85%, 55%)","hsl(27.168000000000003, 85%, 55%)"],
65-
borderColor: ["hsl(28.44, 85%, 55%)","hsl(120, 85%, 55%)","hsl(36.612, 85%, 55%)","hsl(65.58, 85%, 55%)","hsl(19.955999999999992, 85%, 55%)","hsl(29.987999999999996, 85%, 55%)","hsl(27.168000000000003, 85%, 55%)"],
63+
data: [1342250,7102874,1589200,3509682,936376,1310106,1435174],
64+
backgroundColor: ["hsl(22.680000000000007, 85%, 55%)","hsl(120, 85%, 55%)","hsl(26.844000000000005, 85%, 55%)","hsl(59.292, 85%, 55%)","hsl(15.816000000000006, 85%, 55%)","hsl(22.127999999999997, 85%, 55%)","hsl(24.251999999999995, 85%, 55%)"],
65+
borderColor: ["hsl(22.680000000000007, 85%, 55%)","hsl(120, 85%, 55%)","hsl(26.844000000000005, 85%, 55%)","hsl(59.292, 85%, 55%)","hsl(15.816000000000006, 85%, 55%)","hsl(22.127999999999997, 85%, 55%)","hsl(24.251999999999995, 85%, 55%)"],
6666
borderWidth: 2,
6767
},
6868
],

0 commit comments

Comments
 (0)