Skip to content

Commit

Permalink
Run LLVM in parallel
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasgrosser committed Dec 14, 2024
1 parent 1d9a670 commit 2a5aac3
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/performance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ jobs:
lake -R exe cache get # download cache of mathlib docs.
lake -R build
- name: Run LLVM Symbolic
- name: Run LLVM
run: |
(cd bv-evaluation; python3 ./compare-leansat-vs-bitwuzla-llvm-sym.py -j256)
(cd bv-evaluation; python3 ./compare-leansat-vs-bitwuzla-llvm-sym.py -j128 &; python3 ./compare-leansat-vs-bitwuzla-llvm.py -j128&; wait)
- name: Run Alive Symbolic
run: |
Expand All @@ -56,10 +56,6 @@ jobs:
run: |
(cd bv-evaluation; python3 ./compare-leansat-vs-bitwuzla-hdel-sym.py -j256)
- name: Run LLVM
run: |
(cd bv-evaluation; python3 ./compare-leansat-vs-bitwuzla-llvm.py -j256)
- name: Run HDel
run: |
(cd bv-evaluation; python3 ./compare-leansat-vs-bitwuzla-hdel.py -j256)
Expand Down

0 comments on commit 2a5aac3

Please sign in to comment.