Skip to content

Commit 7cd1c1a

Browse files
committed
increase concurrency to 100 for evals
1 parent ea98ed5 commit 7cd1c1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/evals.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
6565
- name: Run evals
6666
if: ${{ steps.check_commit.outputs.should_run_evals == 'true' }}
67-
run: cd evals && bun run-eval-set --concurrency 10 --email --title "Git Eval (${{ github.sha }} ${{ github.event.head_commit.message }}})"
67+
run: cd evals && bun run-eval-set --concurrency 100 --email --title "Git Eval (${{ github.sha }} ${{ github.event.head_commit.message }}})"
6868

6969
- name: Workflow completed
7070
run: echo "Evals workflow completed successfully"

0 commit comments

Comments
 (0)