Closed saskliutas closed 4 weeks ago
Latest commit: 14c9524cb4860308326a82ba6cbedee204c1fd13
The changes in this PR will be included in the next version bump.
Not sure what this means? Click here to learn what changesets are.
Click here if you're a maintainer who wants to add another changeset to this PR
Benchmark suite | Current: 14c9524cb4860308326a82ba6cbedee204c1fd13 | Previous: 8c7a306472c96c6874ec8c3bd841bef867b912d4 | Deviation | Status |
---|---|---|---|---|
flat 50k elements list |
4605.65 ms |
4641.8 ms |
-0.7788% |
✅ |
flat 50k elements list (P95 of main thread blocks) |
72 ms |
73 ms |
-1.3699% |
✅ |
filtering filters with 50000 paths |
13797.31 ms |
13909.7 ms |
-0.8080% |
✅ |
filtering filters with 50000 paths (P95 of main thread blocks) |
131 ms |
129 ms |
1.5504% |
🚨 |
grouping by label |
10736.32 ms |
10859.89 ms |
-1.1379% |
✅ |
grouping by label (P95 of main thread blocks) |
65 ms |
67 ms |
-2.9851% |
✅ |
grouping by class |
10703.17 ms |
10946.13 ms |
-2.2196% |
✅ |
grouping by class (P95 of main thread blocks) |
32 ms |
43 ms |
-25.5814% |
✅ |
grouping by property |
11378.2 ms |
11395.17 ms |
-0.1489% |
✅ |
grouping by property (P95 of main thread blocks) |
54 ms |
57 ms |
-5.2632% |
✅ |
grouping by base class (10 classes) |
8078.91 ms |
8137.22 ms |
-0.7166% |
✅ |
grouping by base class (10 classes) (P95 of main thread blocks) |
65 ms |
75 ms |
-13.3333% |
✅ |
grouping by multiple attributes |
28446.3 ms |
28581.44 ms |
-0.4728% |
✅ |
grouping by multiple attributes (P95 of main thread blocks) |
41 ms |
44 ms |
-6.8182% |
✅ |
hide if no children required to finalize root, w/o children |
50415.78 ms |
50391.88 ms |
0.0474% |
🚨 |
hide if no children required to finalize root, w/o children (P95 of main thread blocks) |
32 ms |
30 ms |
6.6667% |
🚨 |
hide if no children required to finalize root, w/ children |
175.27 ms |
194.75 ms |
-10.0026% |
✅ |
hide if no children required to finalize root, w/ children (P95 of main thread blocks) |
0 ms |
0 ms |
NaN% |
🚨 |
models tree initial (Baytown) |
37.95 ms |
41.25 ms |
-8.0000% |
✅ |
models tree initial (Baytown) (P95 of main thread blocks) |
0 ms |
0 ms |
NaN% |
🚨 |
models tree full (Baytown) |
7806.33 ms |
7780.41 ms |
0.3331% |
🚨 |
models tree full (Baytown) (P95 of main thread blocks) |
90 ms |
87 ms |
3.4483% |
🚨 |
This comment was automatically generated by workflow using github-action-benchmark.
Updated npmignore to include dummy package.json that is needed for package to work as commonjs module.