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 23ba907 commit 2443dd0Copy full SHA for 2443dd0
mk/tests.mk
@@ -67,8 +67,7 @@ export LC_ALL=C
67
# If we're running perf then set this environment variable
68
# to put the benchmarks into 'hard mode'
69
ifeq ($(MAKECMDGOALS),perf)
70
- RUST_BENCH=1
71
- export RUST_BENCH
+ export RUST_BENCH=1
72
endif
73
74
TEST_LOG_FILE=tmp/check-stage$(1)-T-$(2)-H-$(3)-$(4).log
0 commit comments