Skip to content

Commit

Permalink
Use GOMAXPROCS=100 for parallel benchmarks
Browse files Browse the repository at this point in the history
  • Loading branch information
rockdaboot committed Jan 4, 2024
1 parent f95dd35 commit a48c0f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unit-test-on-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,4 @@ jobs:
uses: actions/checkout@v4
- name: Run Benchmarks
run: |
make bench
GOMAXPROCS=100 make bench

0 comments on commit a48c0f1

Please sign in to comment.