Skip to content

Commit 3e9d0be

Browse files
committed
build: only run high priority benchmarks in 'make check'
1 parent 466b54b commit 3e9d0be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Makefile.test.include

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -373,8 +373,8 @@ endif
373373
if TARGET_WINDOWS
374374
else
375375
if ENABLE_BENCH
376-
@echo "Running bench/bench_bitcoin (one iteration sanity check)..."
377-
$(BENCH_BINARY) --sanity-check > /dev/null
376+
@echo "Running bench/bench_bitcoin (one iteration sanity check, only high priority)..."
377+
$(BENCH_BINARY) -sanity-check -priority-level=high > /dev/null
378378
endif
379379
endif
380380
$(AM_V_at)$(MAKE) $(AM_MAKEFLAGS) -C secp256k1 check

0 commit comments

Comments
 (0)