Skip to content

Commit 5b57aa7

Browse files
committed
Rollup merge of rust-lang#21399 - kballard:fix-PLEASE_BENCH, r=Gankro
611ef49 removed all the metrics stuff from tests.mk, but this meant that `PLEASE_BENCH=1` no longer did anything. Fixes rust-lang#21324.
2 parents 8d05f6c + c166017 commit 5b57aa7

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

mk/tests.mk

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,16 +38,14 @@ ifdef CHECK_IGNORED
3838
TESTARGS += --ignored
3939
endif
4040

41-
TEST_BENCH =
4241

4342
# Arguments to the cfail/rfail/rpass/bench tests
4443
ifdef CFG_VALGRIND
4544
CTEST_RUNTOOL = --runtool "$(CFG_VALGRIND)"
46-
TEST_BENCH =
4745
endif
4846

4947
ifdef PLEASE_BENCH
50-
TEST_BENCH = --bench
48+
TESTARGS += --bench
5149
endif
5250

5351
# Arguments to the perf tests

0 commit comments

Comments
 (0)