We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a836d7 commit b15c36aCopy full SHA for b15c36a
evals/buffbench/example.ts
@@ -6,6 +6,7 @@ async function main() {
6
const results = await runBuffBench({
7
evalDataPath: path.join(__dirname, 'eval-codebuff.json'),
8
agents: ['base', 'base2'],
9
+ commitConcurrency: 10,
10
onProgress: (event) => {
11
if (event.type === 'agent_error') {
12
console.log(`[${event.agent}] ✗ ${event.evalId} error: ${event.error}`)
0 commit comments