Skip to content

Commit

Permalink
try with 4 threads
Browse files Browse the repository at this point in the history
  • Loading branch information
Kha committed Feb 7, 2025
1 parent 4566ffd commit 9b7fbea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/bench/speedcenter.exec.velcom.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,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) 2>&1 | ./accumulate_profile.py'
bash -c 'set -eo pipefail; touch ../../src/Init/Prelude.lean; make LEAN_NUM_THREADS=4 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
Expand Down

0 comments on commit 9b7fbea

Please sign in to comment.