Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This was referenced Sep 4, 2026
mrousavy
force-pushed
the
ci/check-app-version-alignment
branch
from
September 5, 2026 11:47
96ec645 to
040b973
Compare
mrousavy
force-pushed
the
ci/check-app-version-alignment
branch
from
September 7, 2026 18:47
040b973 to
c41577c
Compare
mrousavy
force-pushed
the
ci/check-app-version-alignment
branch
from
September 7, 2026 19:01
c41577c to
b7c43d4
Compare
Performance Report
iOS
All Benchmarks
Android
All Benchmarks
Benchmarking Code Diff Raw measurements: performance-report-1 (JSON artifact). Run 34153966168, attempt 1. Download requires GitHub access. Android: measurements, attempt 1, apps, attempt 1. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The benchmark app's React Native CLI had drifted to 20.1.3 while the example used 20.2.0. Align the CLI declarations and lockfile, then check shared dependency declarations across the root, example and benchmark on every relevant PR. App-specific dependencies such as Harness remain allowed.
The lightweight workflow runs without installing dependencies or building either app. Include the benchmark in release version bumping so both apps also retain the root release version.
Rebased onto current
main; this no longer depends on the old benchmark-app stack. Automated dependency grouping follows in a separate PR.Validation: six checker tests, current manifest alignment, frozen Bun installation, formatting, actionlint and diff checks pass. The lockfile removes the duplicate CLI 20.1.3 dependency tree.