Skip to content

Commit 9d2be22

Browse files
committed
test: updated benchmarks
1 parent e0c4f43 commit 9d2be22

File tree

7 files changed

+802
-815
lines changed

7 files changed

+802
-815
lines changed

benches/results/db_1KiB.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="chart1658405169258" width="16" height="9"></canvas>
31+
<canvas id="chart1658405673774" 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 ctx1658405169258 = document
55-
.getElementById('chart1658405169258')
54+
const ctx1658405673774 = document
55+
.getElementById('chart1658405673774')
5656
.getContext('2d')
57-
const chart1658405169258 = new Chart(ctx1658405169258, {
57+
const chart1658405673774 = new Chart(ctx1658405673774, {
5858
type: 'bar',
5959
data: {
6060
labels: ["get 1 KiB of data","put 1 KiB of data","put zero data","put zero data then del"],
6161
datasets: [
6262
{
63-
data: [47051,35108,38993,18983],
64-
backgroundColor: ["hsl(120, 85%, 55%)","hsl(89.54400000000001, 85%, 55%)","hsl(99.444, 85%, 55%)","hsl(48.42, 85%, 55%)"],
65-
borderColor: ["hsl(120, 85%, 55%)","hsl(89.54400000000001, 85%, 55%)","hsl(99.444, 85%, 55%)","hsl(48.42, 85%, 55%)"],
63+
data: [48563,39043,40984,21108],
64+
backgroundColor: ["hsl(120, 85%, 55%)","hsl(96.48, 85%, 55%)","hsl(101.268, 85%, 55%)","hsl(52.163999999999994, 85%, 55%)"],
65+
borderColor: ["hsl(120, 85%, 55%)","hsl(96.48, 85%, 55%)","hsl(101.268, 85%, 55%)","hsl(52.163999999999994, 85%, 55%)"],
6666
borderWidth: 2,
6767
},
6868
],

0 commit comments

Comments
 (0)