mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-04-08 22:57:56 +02:00
scripted-diff: Remove priority_level from BENCHMARK macro
-BEGIN VERIFY SCRIPT- sed --in-place --regexp-extended 's/BENCHMARK\(([^,]+), benchmark::PriorityLevel::(HIGH|LOW)\)/BENCHMARK(\1)/g' $( git grep -l PriorityLevel ) sed --in-place 's/#define BENCHMARK(n, priority_level)/#define BENCHMARK(n)/g' ./src/bench/bench.h -END VERIFY SCRIPT-
This commit is contained in:
@@ -126,6 +126,6 @@ static void ConnectBlockAllEcdsa(benchmark::Bench& bench)
|
||||
BenchmarkConnectBlock(bench, keys, outputs, *test_setup);
|
||||
}
|
||||
|
||||
BENCHMARK(ConnectBlockAllSchnorr, benchmark::PriorityLevel::HIGH);
|
||||
BENCHMARK(ConnectBlockMixedEcdsaSchnorr, benchmark::PriorityLevel::HIGH);
|
||||
BENCHMARK(ConnectBlockAllEcdsa, benchmark::PriorityLevel::HIGH);
|
||||
BENCHMARK(ConnectBlockAllSchnorr);
|
||||
BENCHMARK(ConnectBlockMixedEcdsaSchnorr);
|
||||
BENCHMARK(ConnectBlockAllEcdsa);
|
||||
|
||||
Reference in New Issue
Block a user