Fix `make check PLEASE_BENCH=1`
611ef49f2f
removed all the metrics stuff
from tests.mk, but this meant that `PLEASE_BENCH=1` no longer did
anything.
Fixes #21324.
This commit is contained in:
parent
cda3490f8f
commit
c166017445
|
@ -38,16 +38,14 @@ ifdef CHECK_IGNORED
|
|||
TESTARGS += --ignored
|
||||
endif
|
||||
|
||||
TEST_BENCH =
|
||||
|
||||
# Arguments to the cfail/rfail/rpass/bench tests
|
||||
ifdef CFG_VALGRIND
|
||||
CTEST_RUNTOOL = --runtool "$(CFG_VALGRIND)"
|
||||
TEST_BENCH =
|
||||
endif
|
||||
|
||||
ifdef PLEASE_BENCH
|
||||
TEST_BENCH = --bench
|
||||
TESTARGS += --bench
|
||||
endif
|
||||
|
||||
# Arguments to the perf tests
|
||||
|
|
Loading…
Reference in New Issue