Skip to content
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: added segment tree to transaction trace #2717

Merged
merged 2 commits into from
Nov 12, 2024
Merged

Conversation

bizob2828
Copy link
Member

Description

Adds a new data structure to the trace that stores all segments in a tree.

Related Issues

Closes #2696

@bizob2828 bizob2828 changed the title Cache segments feat: added segment tree to transaction trace Nov 8, 2024
@bizob2828 bizob2828 requested a review from jsumners-nr November 8, 2024 20:17
Copy link

codecov bot commented Nov 8, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 97.32%. Comparing base (a4503a3) to head (d3adfa8).
Report is 1 commits behind head on next.

Additional details and impacted files
@@            Coverage Diff             @@
##             next    #2717      +/-   ##
==========================================
+ Coverage   88.93%   97.32%   +8.39%     
==========================================
  Files         293      295       +2     
  Lines       46362    46436      +74     
==========================================
+ Hits        41231    45194    +3963     
+ Misses       5131     1242    -3889     
Flag Coverage Δ
integration-tests-cjs-18.x 74.33% <95.48%> (+0.02%) ⬆️
integration-tests-cjs-20.x 74.33% <95.48%> (+0.02%) ⬆️
integration-tests-cjs-22.x 74.37% <95.48%> (?)
integration-tests-esm-18.x 49.85% <32.33%> (-0.01%) ⬇️
integration-tests-esm-20.x 49.85% <32.33%> (-0.01%) ⬇️
integration-tests-esm-22.x 49.88% <32.33%> (-0.01%) ⬇️
unit-tests-18.x 88.99% <100.00%> (?)
unit-tests-20.x 88.99% <100.00%> (?)
unit-tests-22.x 89.00% <100.00%> (?)
versioned-tests-18.x 79.10% <96.99%> (+0.02%) ⬆️
versioned-tests-20.x 79.11% <96.99%> (-0.01%) ⬇️
versioned-tests-22.x 79.12% <96.99%> (-0.01%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@bizob2828 bizob2828 merged commit c41c5ad into next Nov 12, 2024
51 checks passed
@bizob2828 bizob2828 deleted the cache-segments branch November 12, 2024 16:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants