iTwin / presentation

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

`unified-selection`: Fix "Selection scopes" header level in README #773

Closed grigasp closed 3 weeks ago

changeset-bot[bot] commented 3 weeks ago

⚠️ No Changeset found

Latest commit: 216063f291e7d364d18249e5d5b933309c06abf0

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 3 weeks ago

Unified selection benchmark

Benchmark suite Current: 216063f291e7d364d18249e5d5b933309c06abf0 Previous: d2120c19087fb49ef91317650363f1add7b68701 Deviation Status
hilite 50k elements 1235 ms 1217.98 ms 1.3974% 🚨
hilite 50k elements (P95 of main thread blocks) 45 ms 44 ms 2.2727% 🚨
hilite 50k group elements 240.09 ms 242.61 ms -1.0387%
hilite 50k group elements (P95 of main thread blocks) 33 ms 33 ms 0% 🟰
hilite 1k subjects 45681.73 ms 44922.11 ms 1.6910% 🚨
hilite 1k subjects (P95 of main thread blocks) 27 ms 31 ms -12.9032%
hilite 50k subcategories 279.32 ms 281.29 ms -0.7003%
hilite 50k subcategories (P95 of main thread blocks) 33 ms 33 ms 0% 🟰
hilite 50k functional 3D elements 25605.84 ms 25349.91 ms 1.0096% 🚨
hilite 50k functional 3D elements (P95 of main thread blocks) 42 ms 37 ms 13.5135% 🚨
hilite 50k functional 2D elements 6072.84 ms 6014.29 ms 0.9735% 🚨
hilite 50k functional 2D elements (P95 of main thread blocks) 35 ms 37 ms -5.4054%
compute selection for 50k elements 310.77 ms 307.43 ms 1.0864% 🚨
compute selection for 50k elements (P95 of main thread blocks) 31 ms 31 ms 0% 🟰
compute parent selection for 50k elements 337.84 ms 354.02 ms -4.5704%
compute parent selection for 50k elements (P95 of main thread blocks) 31 ms 31 ms 0% 🟰
compute top ancestor selection for 50k elements 556.14 ms 561.55 ms -0.9634%
compute top ancestor selection for 50k elements (P95 of main thread blocks) 0 ms 0 ms NaN% 🚨
compute category selection for 50k elements 90.27 ms 88.52 ms 1.9770% 🚨
compute category selection for 50k elements (P95 of main thread blocks) 0 ms 0 ms NaN% 🚨
compute model selection for 50k elements 74.64 ms 86.48 ms -13.6910%
compute model selection for 50k elements (P95 of main thread blocks) 0 ms 0 ms NaN% 🚨
compute functional selection for 50k 3D elements 406.56 ms 405.06 ms 0.3703% 🚨
compute functional selection for 50k 3D elements (P95 of main thread blocks) 31 ms 31 ms 0% 🟰
compute parent functional selection for 50k 3D elements 446.56 ms 481.72 ms -7.2988%
compute parent functional selection for 50k 3D elements (P95 of main thread blocks) 33 ms 35 ms -5.7143%
compute top ancestor functional selection for 50k 3D elements 1175 ms 1166.71 ms 0.7105% 🚨
compute top ancestor functional selection for 50k 3D elements (P95 of main thread blocks) 0 ms 0 ms NaN% 🚨
compute functional selection for 50k 2D elements 3053.11 ms 3146.32 ms -2.9625%
compute functional selection for 50k 2D elements (P95 of main thread blocks) 0 ms 0 ms NaN% 🚨
compute parent functional selection for 50k 2D elements 3034.58 ms 3203.31 ms -5.2674%
compute parent functional selection for 50k 2D elements (P95 of main thread blocks) 0 ms 0 ms NaN% 🚨
compute top ancestor functional selection for 50k 2D elements 3028.17 ms 3046.85 ms -0.6131%
compute top ancestor functional selection for 50k 2D elements (P95 of main thread blocks) 0 ms 0 ms NaN% 🚨

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