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

chore: example run script updates #1128

Merged
merged 3 commits into from
Nov 15, 2022
Merged

chore: example run script updates #1128

merged 3 commits into from
Nov 15, 2022

Conversation

vaind
Copy link
Collaborator

@vaind vaind commented Nov 11, 2022

📜 Description

Some updates to the flutter example when working on source-context support

#skip-changelog

💡 Motivation and Context

💚 How did you test it?

📝 Checklist

  • I reviewed submitted code
  • I added tests to verify changes
  • I updated the docs if needed
  • All tests passing
  • No breaking changes

🔮 Next steps

@github-actions
Copy link
Contributor

github-actions bot commented Nov 11, 2022

Android Performance metrics 🚀

  Plain With Sentry Diff
Startup time 319.76 ms 381.12 ms 61.37 ms
Size 5.94 MiB 6.95 MiB 1.01 MiB

Baseline results on branch: main

Startup times

Revision Plain With Sentry Diff
af2d175 279.08 ms 312.37 ms 33.29 ms
870f5eb 329.45 ms 369.29 ms 39.84 ms
eecbbca 324.37 ms 352.49 ms 28.12 ms
9f9f94f 331.04 ms 368.92 ms 37.88 ms
d7758e8 300.12 ms 349.88 ms 49.76 ms
4efee31 308.92 ms 368.68 ms 59.76 ms
1c6eb5b 350.69 ms 393.86 ms 43.17 ms
5603ab2 309.84 ms 345.20 ms 35.36 ms
ef2f368 350.06 ms 429.44 ms 79.38 ms
613760b 373.42 ms 399.33 ms 25.92 ms

App size

Revision Plain With Sentry Diff
af2d175 5.94 MiB 6.92 MiB 1001.83 KiB
870f5eb 5.94 MiB 6.92 MiB 1005.77 KiB
eecbbca 5.94 MiB 6.89 MiB 975.78 KiB
9f9f94f 5.94 MiB 6.95 MiB 1.01 MiB
d7758e8 5.94 MiB 6.95 MiB 1.01 MiB
4efee31 5.94 MiB 6.92 MiB 1003.76 KiB
1c6eb5b 5.94 MiB 6.92 MiB 1001.53 KiB
5603ab2 5.94 MiB 6.95 MiB 1.01 MiB
ef2f368 5.94 MiB 6.89 MiB 975.81 KiB
613760b 5.94 MiB 6.92 MiB 1005.98 KiB

Previous results on branch: feat/source-contexts

Startup times

Revision Plain With Sentry Diff
5d58c50 323.71 ms 380.31 ms 56.60 ms
13a62b7 324.84 ms 377.16 ms 52.32 ms

App size

Revision Plain With Sentry Diff
5d58c50 5.94 MiB 6.95 MiB 1.01 MiB
13a62b7 5.94 MiB 6.95 MiB 1.01 MiB

@github-actions
Copy link
Contributor

github-actions bot commented Nov 11, 2022

iOS Performance metrics 🚀

  Plain With Sentry Diff
Startup time 1263.65 ms 1279.82 ms 16.17 ms
Size 8.16 MiB 9.16 MiB 1.00 MiB

Baseline results on branch: main

Startup times

Revision Plain With Sentry Diff
9c5aec6 1266.51 ms 1274.65 ms 8.14 ms
3e9fb0e 1262.49 ms 1280.65 ms 18.16 ms
f922f8f 1249.53 ms 1266.51 ms 16.98 ms
7ade5af 1296.24 ms 1297.43 ms 1.18 ms
eb1a7c1 1281.25 ms 1295.40 ms 14.15 ms
7f2b01d 1253.92 ms 1266.70 ms 12.78 ms
870f5eb 1267.78 ms 1286.86 ms 19.08 ms
72dfc83 1262.50 ms 1289.75 ms 27.25 ms
04db237 1273.29 ms 1306.50 ms 33.21 ms
3a69405 1292.84 ms 1303.96 ms 11.12 ms

App size

Revision Plain With Sentry Diff
9c5aec6 8.15 MiB 9.12 MiB 986.23 KiB
3e9fb0e 8.15 MiB 9.12 MiB 989.77 KiB
f922f8f 8.15 MiB 9.13 MiB 1003.20 KiB
7ade5af 8.15 MiB 9.15 MiB 1015.93 KiB
eb1a7c1 8.15 MiB 9.13 MiB 1000.10 KiB
7f2b01d 8.16 MiB 9.16 MiB 1.00 MiB
870f5eb 8.15 MiB 9.13 MiB 1000.08 KiB
72dfc83 8.15 MiB 9.12 MiB 987.30 KiB
04db237 8.15 MiB 9.13 MiB 1003.16 KiB
3a69405 8.15 MiB 9.15 MiB 1018.56 KiB

Previous results on branch: feat/source-contexts

Startup times

Revision Plain With Sentry Diff
5d58c50 1281.37 ms 1302.37 ms 21.00 ms
13a62b7 1244.06 ms 1266.92 ms 22.86 ms

App size

Revision Plain With Sentry Diff
5d58c50 8.16 MiB 9.15 MiB 1021.78 KiB
13a62b7 8.16 MiB 9.15 MiB 1021.17 KiB

@vaind vaind force-pushed the feat/source-contexts branch from 13a62b7 to 5d58c50 Compare November 15, 2022 09:21
Copy link
Contributor

@marandaneto marandaneto left a comment

Choose a reason for hiding this comment

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

Thanks @vaind

@marandaneto marandaneto merged commit a49594a into main Nov 15, 2022
@marandaneto marandaneto deleted the feat/source-contexts branch November 15, 2022 12:24
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