chore: only enable bundle analysis for Lynx#1971
Conversation
|
📝 WalkthroughWalkthroughRelocates the Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~5 minutes
Suggested reviewers
Poem
Pre-merge checks and finishing touches✅ Passed checks (3 passed)
✨ Finishing touches
🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro 📒 Files selected for processing (1)
🧰 Additional context used🧠 Learnings (11)📓 Common learnings📚 Learning: 2025-09-12T09:43:04.847ZApplied to files:
📚 Learning: 2025-08-19T11:25:36.127ZApplied to files:
📚 Learning: 2025-08-06T13:28:57.182ZApplied to files:
📚 Learning: 2025-08-11T05:57:18.212ZApplied to files:
📚 Learning: 2025-08-12T16:09:32.413ZApplied to files:
📚 Learning: 2025-08-27T12:42:01.095ZApplied to files:
📚 Learning: 2025-08-06T13:28:57.182ZApplied to files:
📚 Learning: 2025-09-12T09:43:04.847ZApplied to files:
📚 Learning: 2025-11-06T01:19:23.670ZApplied to files:
📚 Learning: 2025-08-21T08:46:54.494ZApplied to files:
🔇 Additional comments (1)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
CodSpeed Performance ReportMerging #1971 will improve performances by 5.13%Comparing Summary
Benchmarks breakdown
Footnotes
|
React Example#6238 Bundle Size — 236.09KiB (+0.74%).e00ceaa(current) vs 55cb796 main#6218(baseline) Bundle metrics
Bundle size by type
Bundle analysis report Branch colinaaa:colin/1128/bundle-size Project dashboard Generated by RelativeCI Documentation Report issue |
Web Explorer#6392 Bundle Size — 377.48KiB (0%).e00ceaa(current) vs 4c3cb3d main#6381(baseline) Bundle metrics
|
| Current #6392 |
Baseline #6381 |
|
|---|---|---|
146.31KiB |
146.31KiB |
|
32.38KiB |
32.38KiB |
|
0% |
54.74% |
|
8 |
8 |
|
8 |
8 |
|
230 |
230 |
|
16 |
16 |
|
2.95% |
2.95% |
|
4 |
4 |
|
0 |
0 |
Bundle size by type no changes
| Current #6392 |
Baseline #6381 |
|
|---|---|---|
243.15KiB |
243.15KiB |
|
101.94KiB |
101.94KiB |
|
32.38KiB |
32.38KiB |
Bundle analysis report Branch colinaaa:colin/1128/bundle-size Project dashboard
Generated by RelativeCI Documentation Report issue
<!-- Thank you for submitting a pull request! We appreciate the time and effort you have invested in making these changes. Please ensure that you provide enough information to allow others to review your pull request. Upon submission, your pull request will be automatically assigned with reviewers. If you want to learn more about contributing to this project, please visit: https://github.com/lynx-family/lynx-stack/blob/main/CONTRIBUTING.md. --> <!-- The AI summary below will be auto-generated - feel free to replace it with your own. --> <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Chores** * Reorganized performance profiling configuration to be environment-specific rather than globally configured. <sub>✏️ Tip: You can customize this high-level summary in your review settings.</sub> <!-- end of auto-generated comment: release notes by coderabbit.ai --> When using multiple environments with `performance.profile: true`, the `stat.json` could be randomly generated for one of the environments. Results in incorrect bundle size check. See: lynx-family#1966 (comment) ## Checklist <!--- Check and mark with an "x" --> - [ ] Tests updated (or not required). - [ ] Documentation updated (or not required). - [ ] Changeset added, and when a BREAKING CHANGE occurs, it needs to be clearly marked (or not required).
Summary by CodeRabbit
✏️ Tip: You can customize this high-level summary in your review settings.
When using multiple environments with
performance.profile: true, thestat.jsoncould be randomly generated for one of the environments. Results in incorrect bundle size check.See: #1966 (comment)
Checklist