Skip to content

Commit f9913c1

Browse files
committed
Updated benchmarks
1 parent 6302cfa commit f9913c1

File tree

4 files changed

+699
-717
lines changed

4 files changed

+699
-717
lines changed

benches/results/DB1KiB.chart.html

Lines changed: 5 additions & 5 deletions
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="chart1650349198645" width="16" height="9"></canvas>
19+
<canvas id="chart1653548657749" 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 ctx1650349198645 = document
38-
.getElementById("chart1650349198645")
37+
const ctx1653548657749 = document
38+
.getElementById("chart1653548657749")
3939
.getContext("2d");
40-
const chart1650349198645 = new Chart(ctx1650349198645, {
40+
const chart1653548657749 = new Chart(ctx1653548657749, {
4141
type: "bar",
4242
data: {
4343
labels: [
@@ -48,7 +48,7 @@
4848
],
4949
datasets: [
5050
{
51-
data: [46034, 32639, 34614, 18795],
51+
data: [52988, 31206, 36332, 19568],
5252
backgroundColor: [
5353
"rgba(63, 142, 252, 0.8)",
5454
"rgba(116, 165, 127, 0.8)",

0 commit comments

Comments
 (0)