Skip to content

Commit ecdef76

Browse files
committed
Updated benchmarks
1 parent 3c3631c commit ecdef76

3 files changed

Lines changed: 956 additions & 896 deletions

File tree

benches/results/WorkerManager.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="chart1631846977276" width="16" height="9"></canvas>
19+
<canvas id="chart1649169064590" 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 ctx1631846977276 = document
38-
.getElementById("chart1631846977276")
37+
const ctx1649169064590 = document
38+
.getElementById("chart1649169064590")
3939
.getContext("2d");
40-
const chart1631846977276 = new Chart(ctx1631846977276, {
40+
const chart1649169064590 = new Chart(ctx1649169064590, {
4141
type: "bar",
4242
data: {
4343
labels: [
@@ -54,7 +54,7 @@
5454
],
5555
datasets: [
5656
{
57-
data: [668, 675, 670, 22, 765, 722, 465, 677, 685, 3310],
57+
data: [758, 740, 748, 28, 852, 808, 1542, 692, 684, 7039],
5858
backgroundColor: [
5959
"rgba(63, 142, 252, 0.8)",
6060
"rgba(116, 165, 127, 0.8)",

0 commit comments

Comments
 (0)