danielealbano / cachegrand

cachegrand - a modern data ingestion, processing and serving platform built for today's hardware
BSD 3-Clause "New" or "Revised" License
975 stars 34 forks source link

Fix benchmark hashtable mpmc op set #245

Closed danielealbano closed 2 years ago

danielealbano commented 2 years ago

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.

codecov[bot] commented 2 years ago

Codecov Report

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

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

Additional details and impacted files ```diff @@ 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%)` | :arrow_down: | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Daniele+Salvatore+Albano#carryforward-flags-in-the-pull-request-comment) to find out more. | [Impacted Files](https://codecov.io/gh/danielealbano/cachegrand/pull/245?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Daniele+Salvatore+Albano) | Coverage Δ | | |---|---|---| | [src/transaction\_spinlock.h](https://codecov.io/gh/danielealbano/cachegrand/pull/245/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Daniele+Salvatore+Albano#diff-c3JjL3RyYW5zYWN0aW9uX3NwaW5sb2NrLmg=) | `90.00% <0.00%> (-5.00%)` | :arrow_down: | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Daniele+Salvatore+Albano). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Daniele+Salvatore+Albano)

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