From 8bc1a9c4baa65afcff5d7dbfed53db90d741b6b4 Mon Sep 17 00:00:00 2001 From: Sebastian Ullrich Date: Wed, 10 Jan 2024 15:33:27 +0100 Subject: [PATCH] chore: actually include full build in benchmark (#3158) I must have reverted too much while testing #3104 --- 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 764759e5ad..7ea7851cbe 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; touch ../../src/Init/Prelude.lean; make LEAN_OPTS="-Dprofiler=true -Dprofiler.threshold=9999" -C ${BUILD:-../../build/release}/stage2 --output-sync -j$(nproc) make_stdlib 2>&1 | ./accumulate_profile.py' + bash -c 'set -eo pipefail; touch ../../src/Init/Prelude.lean; make LEAN_OPTS="-Dprofiler=true -Dprofiler.threshold=9999" -C ${BUILD:-../../build/release}/stage2 --output-sync -j$(nproc) 2>&1 | ./accumulate_profile.py' max_runs: 2 parse_output: true # initialize stage2 cmake + warmup