-
Notifications
You must be signed in to change notification settings - Fork 15
Consolidate dependencies #1032
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
Consolidate dependencies #1032
Conversation
* syn * prost
4b6e416 to
b9695be
Compare
BenchmarksComparisonBenchmark execution time: 2025-04-23 21:44:52 Comparing candidate commit b6c5a38 in PR branch Found 8 performance improvements and 4 performance regressions! Performance is the same for 40 metrics, 2 unstable metrics. scenario:credit_card/is_card_number/x371413321323331
scenario:credit_card/is_card_number_no_luhn/x371413321323331
scenario:normalization/normalize_name/normalize_name/bad-name
scenario:normalization/normalize_name/normalize_name/good
scenario:normalization/normalize_service/normalize_service/A0000000000000000000000000000000000000000000000000...
scenario:normalization/normalize_service/normalize_service/Test Conversion 0f Weird !@#$%^&**() Characters
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
BaselineOmitted due to size. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1032 +/- ##
==========================================
- Coverage 71.14% 71.13% -0.02%
==========================================
Files 329 329
Lines 49172 49172
==========================================
- Hits 34985 34977 -8
- Misses 14187 14195 +8
🚀 New features to boost your workflow:
|
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
|
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.
Thanks,
did you do it manually or there is some tool which can help? I wonder how can we enforce?
There are several methods to check that:
|
What does this PR do?
Consolidate prost dependencies.
Motivation
Some prost dependencies from version 0.11.x to 0.13.5 differ in their major version which resulted in having duplicate libraries for some compilations.