-
-
Notifications
You must be signed in to change notification settings - Fork 342
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
test(profiling): fix broken tests for new APi #4998
base: armcknight/profiling/new-continuous-apis/reevaluate-sample-rate-on-fg
Are you sure you want to change the base?
test(profiling): fix broken tests for new APi #4998
Conversation
Performance metrics 🚀
|
Revision | Plain | With Sentry | Diff |
---|---|---|---|
b0669f6 | 1214.56 ms | 1236.65 ms | 22.09 ms |
c08096f | 1225.00 ms | 1244.76 ms | 19.76 ms |
bea2645 | 1225.67 ms | 1245.24 ms | 19.57 ms |
App size
Revision | Plain | With Sentry | Diff |
---|---|---|---|
b0669f6 | 22.30 KiB | 840.39 KiB | 818.08 KiB |
c08096f | 22.30 KiB | 840.29 KiB | 817.98 KiB |
bea2645 | 22.30 KiB | 840.39 KiB | 818.08 KiB |
Previous results on branch: armcknight/profiling/new-continuous-apis/fix-tests
Startup times
Revision | Plain | With Sentry | Diff |
---|---|---|---|
04c4506 | 1217.71 ms | 1238.71 ms | 21.00 ms |
11c6e34 | 1243.69 ms | 1265.94 ms | 22.24 ms |
8b80933 | 1223.00 ms | 1243.96 ms | 20.96 ms |
App size
Revision | Plain | With Sentry | Diff |
---|---|---|---|
04c4506 | 22.30 KiB | 840.42 KiB | 818.12 KiB |
11c6e34 | 22.30 KiB | 840.42 KiB | 818.11 KiB |
8b80933 | 22.30 KiB | 840.42 KiB | 818.12 KiB |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## armcknight/profiling/new-continuous-apis/reevaluate-sample-rate-on-fg #4998 +/- ##
=========================================================================================================
Coverage ? 92.743%
=========================================================================================================
Files ? 673
Lines ? 82716
Branches ? 30019
=========================================================================================================
Hits ? 76714
Misses ? 5903
Partials ? 99
Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
12b6b16
to
c3c3cfd
Compare
…ple-rate-on-fg' into armcknight/profiling/new-continuous-apis/fix-tests
In #4856 (comment), I changed the code incorrectly from using an assert to just a conditional check, causing some test failures. This fixes that, along with some cosmetic improvements to the tests.
#skip-changelog; for #4853