Skip to content

Commit 1eb9c56

Browse files
committed
benches: updated benches
1 parent 5731cd6 commit 1eb9c56

17 files changed

+1980
-1924
lines changed

benches/results/logger_filtered.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="chart1691771219101" width="16" height="9"></canvas>
31+
<canvas id="chart1700086943121" 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 ctx1691771219101 = document
55-
.getElementById('chart1691771219101')
54+
const ctx1700086943121 = document
55+
.getElementById('chart1700086943121')
5656
.getContext('2d')
57-
const chart1691771219101 = new Chart(ctx1691771219101, {
57+
const chart1700086943121 = new Chart(ctx1700086943121, {
5858
type: 'bar',
5959
data: {
6060
labels: ["log level","keys regex"],
6161
datasets: [
6262
{
63-
data: [162982111,165489057],
64-
backgroundColor: ["hsl(118.188, 85%, 55%)","hsl(120, 85%, 55%)"],
65-
borderColor: ["hsl(118.188, 85%, 55%)","hsl(120, 85%, 55%)"],
63+
data: [220357845,164585143],
64+
backgroundColor: ["hsl(120, 85%, 55%)","hsl(89.628, 85%, 55%)"],
65+
borderColor: ["hsl(120, 85%, 55%)","hsl(89.628, 85%, 55%)"],
6666
borderWidth: 2,
6767
},
6868
],

0 commit comments

Comments
 (0)