Skip to content

Commit 82d1e94

Browse files
committed
Merge bitcoin/bitcoin#32310: test: Run all benchmarks in the sanity check
faca46b test: Run all benchmarks in the sanity check (MarcoFalke) Pull request description: It is unclear why not all benchmarks are run, given that: * they only run as a sanity check (fastest version) * no one otherwise runs them, not even CI * issues have been missed due to this ACKs for top commit: l0rinc: ACK faca46b BrandonOdiwuor: Code Review ACK faca46b Tree-SHA512: 866f1ccff0313017dd313d5a218d7ee088b823601a129b9ed4c5819b0d57fd808d78e3ea28ca00714ae6b209df5312b7b9dea091b2b028821ff46b8ba263c48a
2 parents dda2d4e + faca46b commit 82d1e94

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/bench/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,8 @@ if(ENABLE_WALLET)
7979
target_link_libraries(bench_bitcoin bitcoin_wallet)
8080
endif()
8181

82-
add_test(NAME bench_sanity_check_high_priority
83-
COMMAND bench_bitcoin -sanity-check -priority-level=high
82+
add_test(NAME bench_sanity_check
83+
COMMAND bench_bitcoin -sanity-check
8484
)
8585

8686
install_binary_component(bench_bitcoin)

0 commit comments

Comments
 (0)