-
Notifications
You must be signed in to change notification settings - Fork 63
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
RUM-5553: Create Benchmark module to collect performance metrics #2141
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## feature/metric-benchmark #2141 +/- ##
============================================================
- Coverage 70.10% 69.96% -0.14%
============================================================
Files 726 726
Lines 26977 26976 -1
Branches 4520 4520
============================================================
- Hits 18911 18873 -38
- Misses 6818 6829 +11
- Partials 1248 1274 +26 |
211b392
to
f68bcd8
Compare
f68bcd8
to
9ce8f69
Compare
9ce8f69
to
2f10387
Compare
api(libs.openTelemetrySdk) | ||
api(libs.openTelemetryApi) |
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.
this probably should be implementation
, unless we want to re-export definitions in some module which will consume this one
api(libs.openTelemetrySdk) | ||
api(libs.openTelemetryApi) | ||
implementation(libs.gson) | ||
compileOnly(libs.detektApi) |
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.
is it needed?
|
||
testImplementation(libs.bundles.jUnit5) | ||
testImplementation(libs.bundles.testTools) | ||
testImplementation(libs.detektTest) |
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.
and this is not needed as well, I guess.
testImplementation(libs.bundles.jUnit5) | ||
testImplementation(libs.bundles.testTools) | ||
testImplementation(libs.detektTest) | ||
testImplementation(libs.robolectric) |
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.
probably also not needed?
What does this PR do?
Creates a module in SDK for the metrics benchmarks
Motivation
RUM-5553
Review checklist (to be filled by reviewers)