Skip to content

Commit b15c36a

Browse files
committed
Add concurrency option
1 parent 9a836d7 commit b15c36a

File tree

2 files changed

+196
-174
lines changed

2 files changed

+196
-174
lines changed

evals/buffbench/example.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ async function main() {
66
const results = await runBuffBench({
77
evalDataPath: path.join(__dirname, 'eval-codebuff.json'),
88
agents: ['base', 'base2'],
9+
commitConcurrency: 10,
910
onProgress: (event) => {
1011
if (event.type === 'agent_error') {
1112
console.log(`[${event.agent}] ✗ ${event.evalId} error: ${event.error}`)

0 commit comments

Comments
 (0)