Skip to content

Commit

Permalink
[MISC] clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
seqan-actions committed Jun 7, 2022
1 parent d6330af commit aa7314a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,8 @@ void bulk_contains_benchmark(::benchmark::State & state)
auto agent = ibf.membership_agent();
for (auto _ : state)
{
for (auto hash : hash_values)
[[maybe_unused]] auto & res = agent.bulk_contains(hash);
for (auto hash : hash_values) [[maybe_unused]]
auto & res = agent.bulk_contains(hash);
}

state.counters["hashes/sec"] = hashes_per_second(std::ranges::size(hash_values));
Expand Down

0 comments on commit aa7314a

Please sign in to comment.