mirror of
https://github.com/Retropex/bitcoin.git
synced 2025-05-12 19:20:42 +02:00
Merge bitcoin/bitcoin#32310: test: Run all benchmarks in the sanity check
faca46b042
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: ACKfaca46b042
BrandonOdiwuor: Code Review ACKfaca46b042
Tree-SHA512: 866f1ccff0313017dd313d5a218d7ee088b823601a129b9ed4c5819b0d57fd808d78e3ea28ca00714ae6b209df5312b7b9dea091b2b028821ff46b8ba263c48a
This commit is contained in:
commit
82d1e94838
@ -79,8 +79,8 @@ if(ENABLE_WALLET)
|
||||
target_link_libraries(bench_bitcoin bitcoin_wallet)
|
||||
endif()
|
||||
|
||||
add_test(NAME bench_sanity_check_high_priority
|
||||
COMMAND bench_bitcoin -sanity-check -priority-level=high
|
||||
add_test(NAME bench_sanity_check
|
||||
COMMAND bench_bitcoin -sanity-check
|
||||
)
|
||||
|
||||
install_binary_component(bench_bitcoin)
|
||||
|
Loading…
Reference in New Issue
Block a user