Skip to content

Commit 5c1dbcb

Browse files
authored
Merge pull request #32 from MatrixAI/feature-iteration-order
Fix iteration order
2 parents de7eead + 836f040 commit 5c1dbcb

File tree

11 files changed

+1038
-839
lines changed

11 files changed

+1038
-839
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="chart1653548657749" width="16" height="9"></canvas>
19+
<canvas id="chart1654000546839" 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 ctx1653548657749 = document
38-
.getElementById("chart1653548657749")
37+
const ctx1654000546839 = document
38+
.getElementById("chart1654000546839")
3939
.getContext("2d");
40-
const chart1653548657749 = new Chart(ctx1653548657749, {
40+
const chart1654000546839 = new Chart(ctx1654000546839, {
4141
type: "bar",
4242
data: {
4343
labels: [
@@ -48,7 +48,7 @@
4848
],
4949
datasets: [
5050
{
51-
data: [52988, 31206, 36332, 19568],
51+
data: [55227, 28769, 33029, 16935],
5252
backgroundColor: [
5353
"rgba(63, 142, 252, 0.8)",
5454
"rgba(116, 165, 127, 0.8)",

0 commit comments

Comments
 (0)