Skip to content

Commit c31bc42

Browse files
committed
Increase concurrency for buffbench
1 parent 5fb41d6 commit c31bc42

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

evals/buffbench/main-nightly.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ async function main() {
1717
const results = await runBuffBench({
1818
evalDataPaths: [ path.join(__dirname, 'eval-codebuff.json')],
1919
agents: ['base2-free'],
20-
taskConcurrency: 3,
20+
taskConcurrency: 6,
2121
saveTraces,
2222
})
2323

evals/buffbench/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ async function main() {
1111
await runBuffBench({
1212
evalDataPaths: [path.join(__dirname, 'eval-codebuff.json')],
1313
agents: ['base2-free-evals'],
14-
taskConcurrency: 5,
14+
taskConcurrency: 10,
1515
saveTraces,
1616
})
1717

0 commit comments

Comments
 (0)