Skip to content
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

ref: One class forward declaration per line #4643

Merged
merged 1 commit into from
Dec 18, 2024

Conversation

philipphofmann
Copy link
Member

Change all class forward declarations to one per line.

#skip-changelog

Change all class forward declarations to one per line.
Copy link

Performance metrics 🚀

  Plain With Sentry Diff
Startup time 1243.06 ms 1255.47 ms 12.41 ms
Size 22.31 KiB 758.77 KiB 736.47 KiB

Baseline results on branch: main

Startup times

Revision Plain With Sentry Diff
7192d9e 1221.86 ms 1248.28 ms 26.42 ms
a176fc4 1239.78 ms 1258.98 ms 19.20 ms
23ce4a9 1275.73 ms 1278.78 ms 3.05 ms
154f795 1225.53 ms 1231.04 ms 5.51 ms
4090908 1220.57 ms 1236.27 ms 15.69 ms
33c23d3 1223.24 ms 1244.94 ms 21.69 ms
7fb7afb 1227.73 ms 1243.16 ms 15.43 ms
1e065bc 1239.69 ms 1258.18 ms 18.49 ms
83d84d7 1244.92 ms 1253.34 ms 8.42 ms
32e64d1 1224.45 ms 1238.94 ms 14.49 ms

App size

Revision Plain With Sentry Diff
7192d9e 20.76 KiB 431.71 KiB 410.95 KiB
a176fc4 22.84 KiB 403.24 KiB 380.39 KiB
23ce4a9 22.85 KiB 413.45 KiB 390.60 KiB
154f795 20.76 KiB 435.25 KiB 414.49 KiB
4090908 21.58 KiB 669.69 KiB 648.11 KiB
33c23d3 21.58 KiB 737.53 KiB 715.95 KiB
7fb7afb 20.76 KiB 419.70 KiB 398.94 KiB
1e065bc 20.76 KiB 425.78 KiB 405.01 KiB
83d84d7 22.84 KiB 402.56 KiB 379.72 KiB
32e64d1 20.76 KiB 433.18 KiB 412.42 KiB

Copy link

codecov bot commented Dec 17, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 90.606%. Comparing base (7f093be) to head (55eed07).
Report is 3 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@              Coverage Diff              @@
##              main     #4643       +/-   ##
=============================================
+ Coverage   90.508%   90.606%   +0.097%     
=============================================
  Files          618       619        +1     
  Lines        70821     70985      +164     
  Branches     25102     25879      +777     
=============================================
+ Hits         64099     64317      +218     
+ Misses        6631      6571       -60     
- Partials        91        97        +6     

see 56 files with indirect coverage changes


Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 7f093be...55eed07. Read the comment docs.

Copy link
Member

@armcknight armcknight left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Excellent 🥇 I took a quick look to see if we could set some format/lint rule for this but didn't come up with anything.

@philipphofmann
Copy link
Member Author

Excellent 🥇 I took a quick look to see if we could set some format/lint rule for this but didn't come up with anything.

Same for me, that's why I opened this PR 😄

@philipphofmann philipphofmann merged commit b7c9edb into main Dec 18, 2024
67 of 70 checks passed
@philipphofmann philipphofmann deleted the ref/class-forward-declaration branch December 18, 2024 10:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants