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

Fix benchmark hashtable mpmc op set #245

Merged
merged 3 commits into from
Oct 5, 2022

Conversation

danielealbano
Copy link
Owner

This PR updates the benchmark for the set operation of the hashtable multi producer multi consumer after the implementation of the transaction maanger.

This work is also needed in preparation of some optimization work for the hashtable that needs to be tested with it.

@danielealbano danielealbano added the enhancement New feature or request label Oct 5, 2022
@danielealbano danielealbano added this to the v0.2 milestone Oct 5, 2022
@danielealbano danielealbano self-assigned this Oct 5, 2022
@codecov
Copy link

codecov bot commented Oct 5, 2022

Codecov Report

Base: 81.06% // Head: 81.05% // Decreases project coverage by -0.01% ⚠️

Coverage data is based on head (fa1ce40) compared to base (73fe482).
Patch has no changes to coverable lines.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #245      +/-   ##
==========================================
- Coverage   81.06%   81.05%   -0.01%     
==========================================
  Files         152      152              
  Lines        8893     8893              
==========================================
- Hits         7209     7208       -1     
- Misses       1684     1685       +1     
Flag Coverage Δ
unittests 81.05% <ø> (-0.01%) ⬇️

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

Impacted Files Coverage Δ
src/transaction_spinlock.h 90.00% <0.00%> (-5.00%) ⬇️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@danielealbano danielealbano merged commit d1b9444 into main Oct 5, 2022
@danielealbano danielealbano deleted the fix-benchmark-hashtable-mpmc-op-set branch October 5, 2022 18:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant