mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-15 12:51:00 +02:00
Merge f8b20fd35b into merged_master (Bitcoin PR bitcoin/bitcoin#22464)
This commit is contained in:
commit
dd2645a060
1 changed files with 2 additions and 1 deletions
|
|
@ -27,7 +27,8 @@ static void EvictionProtectionCommon(
|
|||
candidate_setup_fn(c);
|
||||
}
|
||||
|
||||
std::vector<Candidates> copies{bench.epochs() * bench.epochIterations(), candidates};
|
||||
std::vector<Candidates> copies{
|
||||
static_cast<size_t>(bench.epochs() * bench.epochIterations()), candidates};
|
||||
size_t i{0};
|
||||
bench.run([&] {
|
||||
ProtectEvictionCandidatesByRatio(copies.at(i));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue