Skip to content

Commit

Permalink
use 4 julia threads in PerformanceCheck.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sumiya11 authored Jul 27, 2024
1 parent 64bd0e3 commit 77ac34c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/PerformanceCheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.BENCHMARK_KEY }}
PR_NUMBER: ${{ github.event.number }}
run: julia --threads=auto --project=./benchmark/CI-scripts ./benchmark/CI-scripts/runtests.jl 2
run: julia --threads=4 --project=./benchmark/CI-scripts ./benchmark/CI-scripts/runtests.jl 2

0 comments on commit 77ac34c

Please sign in to comment.