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 definitions #679

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: 0f731b171bfcc8230bd35e328840bbfbb25191a9

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: 0f731b171bfcc8230bd35e328840bbfbb25191a9 Previous: 01dce3e21d79072e4ae965260af7772ba403ca5e Deviation Status
flat 50k elements list 4267.85 ms 4043.19 ms 5.5565% 🚨
flat 50k elements list (P95 of main thread blocks) 74 ms 74 ms 0% 🟰
grouping by label 10223.75 ms 10070.29 ms 1.5239% 🚨
grouping by label (P95 of main thread blocks) 66 ms 57 ms 15.7895% 🚨
grouping by class 10300.46 ms 10143.68 ms 1.5456% 🚨
grouping by class (P95 of main thread blocks) 44 ms 45 ms -2.2222%
grouping by property 10812.07 ms 10813.46 ms -0.0129%
grouping by property (P95 of main thread blocks) 48 ms 50 ms -4%
grouping by base class (10 classes) 7576.69 ms 7803.2 ms -2.9028%
grouping by base class (10 classes) (P95 of main thread blocks) 85 ms 87 ms -2.2989%
grouping by multiple attributes 27639.03 ms 27774.25 ms -0.4869%
grouping by multiple attributes (P95 of main thread blocks) 68 ms 69 ms -1.4493%
hide if no children required to finalize root, w/o children 47401.41 ms 46513.79 ms 1.9083% 🚨
hide if no children required to finalize root, w/o children (P95 of main thread blocks) 38 ms 42 ms -9.5238%
hide if no children required to finalize root, w/ children 161.62 ms 174.2 ms -7.2216%
hide if no children required to finalize root, w/ children (P95 of main thread blocks) 0 ms 0 ms NaN% 🚨
models tree initial (Baytown) 40.49 ms 43.85 ms -7.6625%
models tree initial (Baytown) (P95 of main thread blocks) 0 ms 0 ms NaN% 🚨
models tree full (Baytown) 7678.61 ms 7810.22 ms -1.6851%
models tree full (Baytown) (P95 of main thread blocks) 90 ms 92 ms -2.1739%

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