mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-01-20 23:29:12 +01:00
bench: explicitly make all current benchmarks "high" priority
no-functional changes. Only have set the priority level explicitly on every BENCHMARK macro call.
This commit is contained in:
@@ -32,5 +32,5 @@ static void RollingBloomReset(benchmark::Bench& bench)
|
||||
});
|
||||
}
|
||||
|
||||
BENCHMARK(RollingBloom);
|
||||
BENCHMARK(RollingBloomReset);
|
||||
BENCHMARK(RollingBloom, benchmark::PriorityLevel::HIGH);
|
||||
BENCHMARK(RollingBloomReset, benchmark::PriorityLevel::HIGH);
|
||||
|
||||
Reference in New Issue
Block a user