-
Notifications
You must be signed in to change notification settings - Fork 6
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
feat: Get Current Analytics Tracking Identifier (WPB-10600) 🍒 #2951
feat: Get Current Analytics Tracking Identifier (WPB-10600) 🍒 #2951
Conversation
* feat: add get current analytics tracking identifier usecase * feat: add dummy server config for tests
|
|
Report | Thu, August 15, 2024 at 12:56:24 UTC |
Project | kalium |
Branch | feat/analytics_get_tracking_id-cherry-pick |
Testbed | ubuntu-latest |
⚠️ WARNING: The following Measure does not have a Threshold. Without a Threshold, no Alerts will ever be generated!
- Latency (latency)
Click here to create a new Threshold
For more information, see the Threshold documentation.
To only post results if a Threshold exists, set the--ci-only-thresholds
CLI flag.
Click to view all benchmark results
Benchmark | Latency | Latency Results nanoseconds (ns) |
---|---|---|
com.wire.kalium.benchmarks.logic.CoreLogicBenchmark.createObjectInFiles | ➖ (view plot) | 692,853.05 |
com.wire.kalium.benchmarks.logic.CoreLogicBenchmark.createObjectInMemory | ➖ (view plot) | 542,429,888.52 |
com.wire.kalium.benchmarks.persistence.MessagesNoPragmaTuneBenchmark.messageInsertionBenchmark | ➖ (view plot) | 930,406,818.83 |
com.wire.kalium.benchmarks.persistence.MessagesNoPragmaTuneBenchmark.queryMessagesBenchmark | ➖ (view plot) | 21,083,898.78 |
Bencher - Continuous Benchmarking
View Public Perf Page
Docs | Repo | Chat | Help
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #2951 +/- ##
===========================================
+ Coverage 52.47% 52.48% +0.01%
===========================================
Files 1290 1291 +1
Lines 49580 49593 +13
Branches 4604 4604
===========================================
+ Hits 26018 26031 +13
Misses 21717 21717
Partials 1845 1845
... and 2 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
Datadog ReportBranch report: ✅ 0 Failed, 3050 Passed, 105 Skipped, 14.98s Total Time |
This PR was automatically cherry-picked based on the following PR:
Original PR description:
PR Submission Checklist for internal contributors
The PR Title
SQPIT-764
The PR Description
What's new in this PR?
Issues
There was no possible way of getting current analytics tracking identifier directly (only existing way is a observer/flow)
Causes (Optional)
Not implemented
Solutions
Implement usecase and add tests
Dependencies (Optional)
Needs releases with:
AR PR will follow
Testing
Test Coverage (Optional)
How to Test
There is no way to test this PR for now, as it will be used in conjunction with AR