-
Notifications
You must be signed in to change notification settings - Fork 10
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
Rearrange msgpack decoder folder structure. #877
Conversation
59ce062
to
d9335ed
Compare
2150a4f
to
f4e24eb
Compare
BenchmarksComparisonBenchmark execution time: 2025-02-17 16:19:29 Comparing candidate commit f9acc74 in PR branch Found 0 performance improvements and 1 performance regressions! Performance is the same for 51 metrics, 2 unstable metrics. scenario:ip_address/quantize_peer_ip_address_benchmark
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. |
f4e24eb
to
15357ab
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #877 +/- ##
=======================================
Coverage 71.62% 71.62%
=======================================
Files 324 328 +4
Lines 48262 48262
=======================================
Hits 34566 34566
Misses 13696 13696
|
15357ab
to
6604c56
Compare
1311ee9
to
941daed
Compare
* Move meta to meta_struct. * Add doc to read_map_len.
941daed
to
f9acc74
Compare
What does this PR do?
Rearrange project structure in order to incorporate future support for v05.
Motivation
Isolate implementation changes from purely structural ones.