We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 466b54b commit 3e9d0beCopy full SHA for 3e9d0be
src/Makefile.test.include
@@ -373,8 +373,8 @@ endif
373
if TARGET_WINDOWS
374
else
375
if ENABLE_BENCH
376
- @echo "Running bench/bench_bitcoin (one iteration sanity check)..."
377
- $(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
378
endif
379
380
$(AM_V_at)$(MAKE) $(AM_MAKEFLAGS) -C secp256k1 check
0 commit comments