Skip to content

Commit ff561b3

Browse files
committed
bench: ran benchmarks
1 parent 0fa8ba8 commit ff561b3

File tree

7 files changed

+653
-824
lines changed

7 files changed

+653
-824
lines changed

benches/results/db_1KiB.chart.html

+7-7
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
</head>
2929
<body>
3030
<div class="container">
31-
<canvas id="chart1687684087088" width="16" height="9"></canvas>
31+
<canvas id="chart1742452282334" 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 ctx1687684087088 = document
55-
.getElementById('chart1687684087088')
54+
const ctx1742452282334 = document
55+
.getElementById('chart1742452282334')
5656
.getContext('2d')
57-
const chart1687684087088 = new Chart(ctx1687684087088, {
57+
const chart1742452282334 = new Chart(ctx1742452282334, {
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: [47519,32985,35687,17917],
64-
backgroundColor: ["hsl(120, 85%, 55%)","hsl(83.29199999999999, 85%, 55%)","hsl(90.11999999999999, 85%, 55%)","hsl(45.24, 85%, 55%)"],
65-
borderColor: ["hsl(120, 85%, 55%)","hsl(83.29199999999999, 85%, 55%)","hsl(90.11999999999999, 85%, 55%)","hsl(45.24, 85%, 55%)"],
63+
data: [71704,40939,49028,19057],
64+
backgroundColor: ["hsl(120, 85%, 55%)","hsl(68.50800000000001, 85%, 55%)","hsl(82.056, 85%, 55%)","hsl(31.895999999999997, 85%, 55%)"],
65+
borderColor: ["hsl(120, 85%, 55%)","hsl(68.50800000000001, 85%, 55%)","hsl(82.056, 85%, 55%)","hsl(31.895999999999997, 85%, 55%)"],
6666
borderWidth: 2,
6767
},
6868
],

0 commit comments

Comments
 (0)