Skip to content

Commit 879c5e2

Browse files
committed
Updated benchmarks
1 parent 567526b commit 879c5e2

File tree

5 files changed

+741
-604
lines changed

5 files changed

+741
-604
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="chart1654522462556" width="16" height="9"></canvas>
19+
<canvas id="chart1656585967881" 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 ctx1654522462556 = document
38-
.getElementById("chart1654522462556")
37+
const ctx1656585967881 = document
38+
.getElementById("chart1656585967881")
3939
.getContext("2d");
40-
const chart1654522462556 = new Chart(ctx1654522462556, {
40+
const chart1656585967881 = new Chart(ctx1656585967881, {
4141
type: "bar",
4242
data: {
4343
labels: [
@@ -48,7 +48,7 @@
4848
],
4949
datasets: [
5050
{
51-
data: [58249, 30449, 35626, 16480],
51+
data: [43375, 24504, 27503, 13785],
5252
backgroundColor: [
5353
"rgba(63, 142, 252, 0.8)",
5454
"rgba(116, 165, 127, 0.8)",

0 commit comments

Comments
 (0)