mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-03-21 13:10:08 +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:
@@ -121,5 +121,5 @@ static void BnBExhaustion(benchmark::Bench& bench)
|
||||
});
|
||||
}
|
||||
|
||||
BENCHMARK(CoinSelection);
|
||||
BENCHMARK(BnBExhaustion);
|
||||
BENCHMARK(CoinSelection, benchmark::PriorityLevel::HIGH);
|
||||
BENCHMARK(BnBExhaustion, benchmark::PriorityLevel::HIGH);
|
||||
|
||||
Reference in New Issue
Block a user