From 3da7cd2a762077fa81dc40832d556d8a3fd53674 Mon Sep 17 00:00:00 2001 From: furszy Date: Sun, 25 Sep 2022 12:25:16 -0300 Subject: bench: explicitly make all current benchmarks "high" priority no-functional changes. Only have set the priority level explicitly on every BENCHMARK macro call. --- src/bench/rpc_mempool.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/bench/rpc_mempool.cpp') diff --git a/src/bench/rpc_mempool.cpp b/src/bench/rpc_mempool.cpp index 0e6fdae3d7..4fdc31ae05 100644 --- a/src/bench/rpc_mempool.cpp +++ b/src/bench/rpc_mempool.cpp @@ -40,4 +40,4 @@ static void RpcMempool(benchmark::Bench& bench) }); } -BENCHMARK(RpcMempool); +BENCHMARK(RpcMempool, benchmark::PriorityLevel::HIGH); -- cgit v1.2.3