-
-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Baseline profile #93
Baseline profile #93
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the contribution!
Unfortunately the GHA setup means that we won't ever profile the RenderNode blurring impl. I think it's best that we remove the GHA jobs for now, and I'll run this manually before releases.
Do you need any script/documentation to be updated since it is a manual task ? |
Force merged this, as I want to add a few tweaks to it. |
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [dev.chrisbanes.haze:haze](https://togithub.com/chrisbanes/haze) | `0.4.5` -> `0.5.0` | [![age](https://developer.mend.io/api/mc/badges/age/maven/dev.chrisbanes.haze:haze/0.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/dev.chrisbanes.haze:haze/0.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/dev.chrisbanes.haze:haze/0.4.5/0.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/dev.chrisbanes.haze:haze/0.4.5/0.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>chrisbanes/haze (dev.chrisbanes.haze:haze)</summary> ### [`v0.5.0`](https://togithub.com/chrisbanes/haze/releases/tag/0.5.0) [Compare Source](https://togithub.com/chrisbanes/haze/compare/0.4.5...0.5.0) #### Highlights 🏃 Optimizations and performance increases (see [here](https://chrisbanes.github.io/haze/performance/)) 🌫️ New Materials library (see [here](https://chrisbanes.github.io/haze/materials/)) 🆕 Tidied up styling API ✨ Updated to Compose Multiplatform 1.6.0-beta01 (and Jetpack Compose 1.6.0) 🔁 Merged haze and haze-jetpack-compose 📜 (Android) New baseline profiles bundled in library. Thanks to [@​simonlebras](https://togithub.com/simonlebras) for this. #### What's Changed - Baseline profile by [@​simonlebras](https://togithub.com/simonlebras) in [https://github.com/chrisbanes/haze/pull/93](https://togithub.com/chrisbanes/haze/pull/93) - Baseline Profile tweaks by [@​chrisbanes](https://togithub.com/chrisbanes) in [https://github.com/chrisbanes/haze/pull/95](https://togithub.com/chrisbanes/haze/pull/95) - Fix Small Typo in Docs by [@​jorgedotcom](https://togithub.com/jorgedotcom) in [https://github.com/chrisbanes/haze/pull/100](https://togithub.com/chrisbanes/haze/pull/100) - Update dependency androidx.compose.ui:ui-test-manifest to v1.6.0 by [@​renovate](https://togithub.com/renovate) in [https://github.com/chrisbanes/haze/pull/105](https://togithub.com/chrisbanes/haze/pull/105) - Update androidx.benchmark to v1.2.3 by [@​renovate](https://togithub.com/renovate) in [https://github.com/chrisbanes/haze/pull/103](https://togithub.com/chrisbanes/haze/pull/103) - Update agp to v8.2.2 by [@​renovate](https://togithub.com/renovate) in [https://github.com/chrisbanes/haze/pull/102](https://togithub.com/chrisbanes/haze/pull/102) - Update dependency androidx.compose.ui:ui to v1.6.0 - autoclosed by [@​renovate](https://togithub.com/renovate) in [https://github.com/chrisbanes/haze/pull/104](https://togithub.com/chrisbanes/haze/pull/104) - Update spotless to v6.25.0 by [@​renovate](https://togithub.com/renovate) in [https://github.com/chrisbanes/haze/pull/96](https://togithub.com/chrisbanes/haze/pull/96) - Merge :haze and :haze-jetpack-compose by [@​chrisbanes](https://togithub.com/chrisbanes) in [https://github.com/chrisbanes/haze/pull/106](https://togithub.com/chrisbanes/haze/pull/106) - Update plugin com.gradle.enterprise to v3.16.2 by [@​renovate](https://togithub.com/renovate) in [https://github.com/chrisbanes/haze/pull/107](https://togithub.com/chrisbanes/haze/pull/107) - Update roborazzi to v1.9.0 by [@​renovate](https://togithub.com/renovate) in [https://github.com/chrisbanes/haze/pull/108](https://togithub.com/chrisbanes/haze/pull/108) - Add HazeStyle class by [@​chrisbanes](https://togithub.com/chrisbanes) in [https://github.com/chrisbanes/haze/pull/110](https://togithub.com/chrisbanes/haze/pull/110) - Add Haze Materials by [@​chrisbanes](https://togithub.com/chrisbanes) in [https://github.com/chrisbanes/haze/pull/111](https://togithub.com/chrisbanes/haze/pull/111) - Lots of small fixes by [@​chrisbanes](https://togithub.com/chrisbanes) in [https://github.com/chrisbanes/haze/pull/113](https://togithub.com/chrisbanes/haze/pull/113) - Optimize Android implementations by [@​chrisbanes](https://togithub.com/chrisbanes) in [https://github.com/chrisbanes/haze/pull/115](https://togithub.com/chrisbanes/haze/pull/115) - Add macrobenchmark tests by [@​chrisbanes](https://togithub.com/chrisbanes) in [https://github.com/chrisbanes/haze/pull/116](https://togithub.com/chrisbanes/haze/pull/116) #### New Contributors - [@​simonlebras](https://togithub.com/simonlebras) made their first contribution in [https://github.com/chrisbanes/haze/pull/93](https://togithub.com/chrisbanes/haze/pull/93) - [@​jorgedotcom](https://togithub.com/jorgedotcom) made their first contribution in [https://github.com/chrisbanes/haze/pull/100](https://togithub.com/chrisbanes/haze/pull/100) **Full Changelog**: chrisbanes/haze@0.4.5...0.5.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/ZacSweers/CatchUp). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNTMuMiIsInVwZGF0ZWRJblZlciI6IjM3LjE3MC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Zac Sweers <[email protected]>
This PR allows Haze to be shipped with a baseline profile.
It is divided into 2 commits:
baseline-profile
module. TheBaselineProfileGenerator
generates the profile with the android sample. I only added a single test scenario withImages List
as it covers all the library. I only generate a baseline profile for thehaze
module becausehaze-jetpack-compose
is EOL if I read the docs properly.main
branch, manually or when thebaseline-profile
module is updated)