Skip to content

Commit

Permalink
fix mac performance CI
Browse files Browse the repository at this point in the history
  • Loading branch information
niconiconi committed Aug 14, 2024
1 parent a5cb2c5 commit 2b4f75d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
- uses: Swatinem/rust-cache@v2
- run: wget -P data https://storage.googleapis.com/keccak8/circuit.txt
- run: wget -P data https://storage.googleapis.com/keccak8/witness.txt
- run: cargo run --release -- -t 16 -f m31ext3
- run: cargo run --release -- -t 2 -f m31ext3

bench-mac-fr:
name: Bench-mac-fr
Expand All @@ -78,7 +78,7 @@ jobs:
- uses: Swatinem/rust-cache@v2
- run: wget -P data https://storage.googleapis.com/keccak8/circuit.txt
- run: wget -P data https://storage.googleapis.com/keccak8/witness.txt
- run: cargo run --release -- -t 16 -f fr
- run: cargo run --release -- -t 2 -f fr

test-linux:
name: Test-linux
Expand Down

0 comments on commit 2b4f75d

Please sign in to comment.