From 2e36e362cbbd4c4b23c6407392a3d79bcb813e1c Mon Sep 17 00:00:00 2001 From: Sebastian Ullrich Date: Wed, 20 Oct 2021 12:43:58 +0200 Subject: [PATCH] chore: bench: apparently `make` doesn't like writing to /dev/null anymore? --- tests/bench/speedcenter.exec.velcom.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/bench/speedcenter.exec.velcom.yaml b/tests/bench/speedcenter.exec.velcom.yaml index 8f86f412e3..2b8df62b68 100644 --- a/tests/bench/speedcenter.exec.velcom.yaml +++ b/tests/bench/speedcenter.exec.velcom.yaml @@ -11,7 +11,7 @@ run_config: <<: *time cmd: | - bash -c 'set -eo pipefail; make LEAN_OPTS="-Dprofiler=true -Dprofiler.threshold=9999" -C ${BUILD:-../../build/release}/stage2 --output-sync --always-make -j5 make_stdlib 2>&1 > /dev/null | ./accumulate_profile.py' + bash -c 'set -eo pipefail; make LEAN_OPTS="-Dprofiler=true -Dprofiler.threshold=9999" -C ${BUILD:-../../build/release}/stage2 --output-sync --always-make -j5 make_stdlib 2>&1 > log | ./accumulate_profile.py' max_runs: 2 parse_output: true # initialize stage2 cmake + warmup