Rollup merge of #21399 - kballard:fix-PLEASE_BENCH, r=Gankro
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:
commit
5b57aa757b
|
@ -38,16 +38,14 @@ ifdef CHECK_IGNORED
|
||||||
TESTARGS += --ignored
|
TESTARGS += --ignored
|
||||||
endif
|
endif
|
||||||
|
|
||||||
TEST_BENCH =
|
|
||||||
|
|
||||||
# Arguments to the cfail/rfail/rpass/bench tests
|
# Arguments to the cfail/rfail/rpass/bench tests
|
||||||
ifdef CFG_VALGRIND
|
ifdef CFG_VALGRIND
|
||||||
CTEST_RUNTOOL = --runtool "$(CFG_VALGRIND)"
|
CTEST_RUNTOOL = --runtool "$(CFG_VALGRIND)"
|
||||||
TEST_BENCH =
|
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifdef PLEASE_BENCH
|
ifdef PLEASE_BENCH
|
||||||
TEST_BENCH = --bench
|
TESTARGS += --bench
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# Arguments to the perf tests
|
# Arguments to the perf tests
|
||||||
|
|
Loading…
Reference in New Issue