pisa-engine / pisa

PISA: Performant Indexes and Search for Academia
https://pisa-engine.github.io/pisa/book
Apache License 2.0
941 stars 65 forks source link

Upgrade Google Benchmark to 1.7.1 #520

Closed elshize closed 1 year ago

elshize commented 1 year ago

Fixes #511.

This is the last piece to fully support C++20 compilation. Mere upgrade of the library did the trick.

codecov[bot] commented 1 year ago

Codecov Report

Base: 93.06% // Head: 93.06% // Increases project coverage by +0.00% :tada:

Coverage data is based on head (cb191fb) compared to base (734ed9f). Patch coverage: 100.00% of modified lines in pull request are covered.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #520 +/- ## ======================================= Coverage 93.06% 93.06% ======================================= Files 90 90 Lines 4497 4498 +1 ======================================= + Hits 4185 4186 +1 Misses 312 312 ``` | [Impacted Files](https://codecov.io/gh/pisa-engine/pisa/pull/520?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pisa-engine) | Coverage Δ | | |---|---|---| | [include/pisa/accumulator/lazy\_accumulator.hpp](https://codecov.io/gh/pisa-engine/pisa/pull/520?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pisa-engine#diff-aW5jbHVkZS9waXNhL2FjY3VtdWxhdG9yL2xhenlfYWNjdW11bGF0b3IuaHBw) | `79.41% <100.00%> (ø)` | | | [include/pisa/accumulator/simple\_accumulator.hpp](https://codecov.io/gh/pisa-engine/pisa/pull/520?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pisa-engine#diff-aW5jbHVkZS9waXNhL2FjY3VtdWxhdG9yL3NpbXBsZV9hY2N1bXVsYXRvci5ocHA=) | `100.00% <100.00%> (ø)` | | | [...lude/pisa/query/algorithm/ranked\_or\_taat\_query.hpp](https://codecov.io/gh/pisa-engine/pisa/pull/520?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pisa-engine#diff-aW5jbHVkZS9waXNhL3F1ZXJ5L2FsZ29yaXRobS9yYW5rZWRfb3JfdGFhdF9xdWVyeS5ocHA=) | `90.00% <100.00%> (ø)` | | 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=pisa-engine). 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=pisa-engine)

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