Skip to content

Remove evicted q and hmap #1381

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

Merged

Conversation

cijothomas
Copy link
Member

Fixes #1283

Changes

Cleans up (now) unused files.

@cijothomas cijothomas requested a review from a team November 17, 2023 03:05
@@ -57,10 +57,6 @@ rt-async-std = ["async-std"]
name = "context"
harness = false

[[bench]]
name = "key_value_map"
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Goodbye to our trusted benchmark code. Thanks for the speedy (nanoseconds!) memories. Rest in peace!

Copy link

codecov bot commented Nov 17, 2023

Codecov Report

Attention: 6 lines in your changes are missing coverage. Please review.

Comparison is base (c06c04b) 55.4% compared to head (99f83aa) 55.4%.
Report is 1 commits behind head on main.

Files Patch % Lines
opentelemetry-sdk/src/metrics/periodic_reader.rs 0.0% 6 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##            main   #1381     +/-   ##
=======================================
- Coverage   55.4%   55.4%   -0.1%     
=======================================
  Files        147     145      -2     
  Lines      18083   17902    -181     
=======================================
- Hits       10021    9919    -102     
+ Misses      8062    7983     -79     

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

@cijothomas cijothomas merged commit a70bb74 into open-telemetry:main Nov 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Need for EvictedHashMap, EvictedQueue
2 participants