iTwin / presentation

Monorepo for iTwin.js Presentation Library
https://www.itwinjs.org/presentation/
MIT License
4 stars 0 forks source link

Hierarchies: Add a learning page for hierarchy level filtering #678

Closed grigasp closed 1 month ago

grigasp commented 1 month ago

Part of https://github.com/iTwin/presentation/issues/423

changeset-bot[bot] commented 1 month ago

⚠️ No Changeset found

Latest commit: 73e55fb84b599b11ffbd15d3563ef3db124ef007

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

github-actions[bot] commented 1 month ago

Hierarchies benchmark

Benchmark suite Current: 73e55fb84b599b11ffbd15d3563ef3db124ef007 Previous: 01dce3e21d79072e4ae965260af7772ba403ca5e Deviation Status
flat 50k elements list 4039.83 ms 4043.19 ms -0.0831%
flat 50k elements list (P95 of main thread blocks) 73 ms 74 ms -1.3514%
grouping by label 9936.86 ms 10070.29 ms -1.3250%
grouping by label (P95 of main thread blocks) 58 ms 57 ms 1.7544% 🚨
grouping by class 9898.87 ms 10143.68 ms -2.4134%
grouping by class (P95 of main thread blocks) 43 ms 45 ms -4.4444%
grouping by property 10488.63 ms 10813.46 ms -3.0039%
grouping by property (P95 of main thread blocks) 46 ms 50 ms -8%
grouping by base class (10 classes) 7246.57 ms 7803.2 ms -7.1334%
grouping by base class (10 classes) (P95 of main thread blocks) 76 ms 87 ms -12.6437%
grouping by multiple attributes 26595 ms 27774.25 ms -4.2458%
grouping by multiple attributes (P95 of main thread blocks) 42 ms 69 ms -39.1304%
hide if no children required to finalize root, w/o children 45503.99 ms 46513.79 ms -2.1710%
hide if no children required to finalize root, w/o children (P95 of main thread blocks) 37 ms 42 ms -11.9048%
hide if no children required to finalize root, w/ children 157.28 ms 174.2 ms -9.7130%
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.92 ms 43.85 ms -13.5234%
models tree initial (Baytown) (P95 of main thread blocks) 0 ms 0 ms NaN% 🚨
models tree full (Baytown) 7586.21 ms 7810.22 ms -2.8682%
models tree full (Baytown) (P95 of main thread blocks) 84 ms 92 ms -8.6957%

This comment was automatically generated by workflow using github-action-benchmark.