-
-
Notifications
You must be signed in to change notification settings - Fork 372
fix: profile payload issues #2375
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
Merged
Merged
Conversation
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
- keep frame index across entire profile, not just within one sample - perform deep equality comparison for stacks instead of using indexOfObject:
10f8753 to
9a52046
Compare
indragiek
reviewed
Nov 9, 2022
Contributor
Performance metrics 🚀
|
| Revision | Plain | With Sentry | Diff |
|---|---|---|---|
| 5025d2e | 1248.52 ms | 1251.72 ms | 3.20 ms |
| 0fdf0b2 | 1243.92 ms | 1250.86 ms | 6.94 ms |
| e2f1150 | 1220.39 ms | 1249.94 ms | 29.55 ms |
| 7c867f1 | 1206.16 ms | 1234.88 ms | 28.71 ms |
| 02eeb15 | 1243.49 ms | 1261.24 ms | 17.76 ms |
| 202334c | 1265.41 ms | 1277.34 ms | 11.93 ms |
| 58f558d | 1216.15 ms | 1246.22 ms | 30.07 ms |
| 4e037c4 | 1214.71 ms | 1235.20 ms | 20.49 ms |
| 604586a | 1216.06 ms | 1249.10 ms | 33.04 ms |
| 075911d | 1256.73 ms | 1271.22 ms | 14.49 ms |
App size
| Revision | Plain | With Sentry | Diff |
|---|---|---|---|
| 5025d2e | 20.51 KiB | 331.79 KiB | 311.28 KiB |
| 0fdf0b2 | 20.51 KiB | 332.90 KiB | 312.39 KiB |
| e2f1150 | 20.51 KiB | 333.10 KiB | 312.59 KiB |
| 7c867f1 | 20.51 KiB | 332.59 KiB | 312.09 KiB |
| 02eeb15 | 20.50 KiB | 343.44 KiB | 322.93 KiB |
| 202334c | 20.51 KiB | 331.79 KiB | 311.28 KiB |
| 58f558d | 20.50 KiB | 338.99 KiB | 318.49 KiB |
| 4e037c4 | 20.50 KiB | 361.79 KiB | 341.29 KiB |
| 604586a | 20.51 KiB | 333.15 KiB | 312.65 KiB |
| 075911d | 20.51 KiB | 332.90 KiB | 312.39 KiB |
Previous results on branch: armcknight/fix/profile-payload-issues
Startup times
| Revision | Plain | With Sentry | Diff |
|---|---|---|---|
| 9727310 | 1225.33 ms | 1249.63 ms | 24.31 ms |
| 1078baf | 1219.42 ms | 1256.00 ms | 36.58 ms |
| fe417bb | 1253.94 ms | 1260.94 ms | 7.00 ms |
| 53cd1b8 | 1247.51 ms | 1271.66 ms | 24.15 ms |
App size
| Revision | Plain | With Sentry | Diff |
|---|---|---|---|
| 9727310 | 20.75 KiB | 368.05 KiB | 347.30 KiB |
| 1078baf | 20.75 KiB | 368.11 KiB | 347.36 KiB |
| fe417bb | 20.75 KiB | 368.05 KiB | 347.29 KiB |
| 53cd1b8 | 20.75 KiB | 368.04 KiB | 347.29 KiB |
indragiek
reviewed
Nov 9, 2022
indragiek
approved these changes
Nov 9, 2022
kevinrenskers
added a commit
that referenced
this pull request
Nov 14, 2022
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.
There were a couple remaining issues with profile payloads: