Skip to content

Commit d4fd1d7

Browse files
committed
Updated benchmarks
1 parent a8d1c1d commit d4fd1d7

File tree

6 files changed

+691
-1492
lines changed

6 files changed

+691
-1492
lines changed

benches/results/DB1KiB.chart.html

+5-5
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
</head>
1717
<body>
1818
<div style="max-width: 800px">
19-
<canvas id="chart1648010273459" width="16" height="9"></canvas>
19+
<canvas id="chart1648386139867" width="16" height="9"></canvas>
2020
</div>
2121
<script>
2222
const format = (num) => {
@@ -34,10 +34,10 @@
3434

3535
return chunked.map((chunk) => chunk.join("")).join(" ");
3636
};
37-
const ctx1648010273459 = document
38-
.getElementById("chart1648010273459")
37+
const ctx1648386139867 = document
38+
.getElementById("chart1648386139867")
3939
.getContext("2d");
40-
const chart1648010273459 = new Chart(ctx1648010273459, {
40+
const chart1648386139867 = new Chart(ctx1648386139867, {
4141
type: "bar",
4242
data: {
4343
labels: [
@@ -48,7 +48,7 @@
4848
],
4949
datasets: [
5050
{
51-
data: [50696, 32195, 35092, 17442],
51+
data: [51798, 28434, 31271, 15278],
5252
backgroundColor: [
5353
"rgba(63, 142, 252, 0.8)",
5454
"rgba(116, 165, 127, 0.8)",

0 commit comments

Comments
 (0)