mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-22 06:52:36 +01:00
build: only run high priority benchmarks in 'make check'
This commit is contained in:
parent
466b54bd4a
commit
3e9d0bea8d
1 changed files with 2 additions and 2 deletions
|
@ -373,8 +373,8 @@ endif
|
|||
if TARGET_WINDOWS
|
||||
else
|
||||
if ENABLE_BENCH
|
||||
@echo "Running bench/bench_bitcoin (one iteration sanity check)..."
|
||||
$(BENCH_BINARY) --sanity-check > /dev/null
|
||||
@echo "Running bench/bench_bitcoin (one iteration sanity check, only high priority)..."
|
||||
$(BENCH_BINARY) -sanity-check -priority-level=high > /dev/null
|
||||
endif
|
||||
endif
|
||||
$(AM_V_at)$(MAKE) $(AM_MAKEFLAGS) -C secp256k1 check
|
||||
|
|
Loading…
Add table
Reference in a new issue