chore: fix stdlib benchmarks

This commit is contained in:
Sebastian Ullrich 2021-08-12 22:41:42 +02:00
parent 16026e9edd
commit d3f007b3cd

View file

@ -11,7 +11,7 @@
run_config:
<<: *time
cmd: |
bash -c 'set -eo pipefail; LEAN_OPTS="-Dprofiler=true -Dprofiler.threshold=9999 -Dinterpreter.prefer_native=false" make -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 > /dev/null | ./accumulate_profile.py'
max_runs: 2
parse_output: true
# initialize stage2 cmake + warmup