-
Notifications
You must be signed in to change notification settings - Fork 15
Add endpoints collection #1182
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
base: main
Are you sure you want to change the base?
Add endpoints collection #1182
Conversation
a120146
to
c6ec532
Compare
BenchmarksComparisonBenchmark execution time: 2025-10-20 10:55:35 Comparing candidate commit 6189b32 in PR branch Found 2 performance improvements and 0 performance regressions! Performance is the same for 51 metrics, 2 unstable metrics. scenario:normalization/normalize_service/normalize_service/Data🐨dog🐶 繋がっ⛰てて
CandidateCandidate benchmark detailsGroup 1
Group 2
Group 3
Group 4
Group 5
Group 6
Group 7
Group 8
Group 9
Group 10
Group 11
Group 12
Group 13
Group 14
Group 15
BaselineOmitted due to size. |
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #1182 +/- ##
==========================================
- Coverage 71.74% 71.69% -0.05%
==========================================
Files 356 357 +1
Lines 56993 57045 +52
==========================================
+ Hits 40887 40901 +14
- Misses 16106 16144 +38
🚀 New features to boost your workflow:
|
4869bfe
to
b91ee92
Compare
Turns out telemetry workers were cloning their whole contents, so when the HashSets and HashMaps were updated, the changes weren't persisted. Signed-off-by: Bob Weinand <[email protected]>
1615cfa
to
d749599
Compare
hashbrown = "0.15" | ||
|
||
ddcommon = { path = "../ddcommon", default-features = false } | ||
ddcommon = { path = "../ddcommon", default-features = false} |
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.
MMmm do I need this?
Artifact Size Benchmark Reportaarch64-alpine-linux-musl
aarch64-unknown-linux-gnu
libdatadog-x64-windows
libdatadog-x86-windows
x86_64-alpine-linux-musl
x86_64-unknown-linux-gnu
|
7c740ae
to
6189b32
Compare
What does this PR do?
A brief description of the change being made with this pull request.
Motivation
What inspired you to submit this pull request?
Additional Notes
Anything else we should know when reviewing?
How to test the change?
Describe here in detail how the change can be validated.