mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-01-19 14:53:43 +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:
@@ -96,5 +96,5 @@ static void VerifyNestedIfScript(benchmark::Bench& bench)
|
||||
});
|
||||
}
|
||||
|
||||
BENCHMARK(VerifyScriptBench);
|
||||
BENCHMARK(VerifyNestedIfScript);
|
||||
BENCHMARK(VerifyScriptBench, benchmark::PriorityLevel::HIGH);
|
||||
BENCHMARK(VerifyNestedIfScript, benchmark::PriorityLevel::HIGH);
|
||||
|
||||
Reference in New Issue
Block a user