build: only run high priority benchmarks in 'make check'

This commit is contained in:
furszy 2022-09-25 12:46:32 -03:00
parent 466b54bd4a
commit 3e9d0bea8d
No known key found for this signature in database
GPG key ID: 5DD23CCC686AA623

View file

@ -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