Skip to content

Commit 1c54997

Browse files
committed
trivial: re-enable benchmarks for make check
1 parent 2a0df15 commit 1c54997

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/Makefile.test.include

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -399,9 +399,8 @@ endif
399399
if TARGET_WINDOWS
400400
else
401401
if ENABLE_BENCH
402-
# Disabled because benchmarks are too heavy in Dash
403-
# @echo "Running bench/bench_dash"
404-
# $(BENCH_BINARY)
402+
@echo "Running bench/bench_dash"
403+
$(BENCH_BINARY) > /dev/null
405404
endif
406405
endif
407406
$(AM_V_at)$(MAKE) $(AM_MAKEFLAGS) -C secp256k1 check

0 commit comments

Comments
 (0)