Skip to content

Commit 2d0bab4

Browse files
committed
Rerunning parallel benchmarks
1 parent 8dee48d commit 2d0bab4

2 files changed

Lines changed: 880 additions & 858 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="chart1631846498465" width="16" height="9"></canvas>
19+
<canvas id="chart1631846977276" 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 ctx1631846498465 = document
38-
.getElementById("chart1631846498465")
37+
const ctx1631846977276 = document
38+
.getElementById("chart1631846977276")
3939
.getContext("2d");
40-
const chart1631846498465 = new Chart(ctx1631846498465, {
40+
const chart1631846977276 = new Chart(ctx1631846977276, {
4141
type: "bar",
4242
data: {
4343
labels: [
@@ -54,7 +54,7 @@
5454
],
5555
datasets: [
5656
{
57-
data: [681, 175, 351, 21, 728, 712, 439, 649, 657, 2614],
57+
data: [668, 675, 670, 22, 765, 722, 465, 677, 685, 3310],
5858
backgroundColor: [
5959
"rgba(63, 142, 252, 0.8)",
6060
"rgba(116, 165, 127, 0.8)",

0 commit comments

Comments
 (0)