chore: actually include full build in benchmark (#3158)
I must have reverted too much while testing #3104
This commit is contained in:
parent
4169cac51f
commit
8bc1a9c4ba
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue