We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fb41d6 commit c31bc42Copy full SHA for c31bc42
evals/buffbench/main-nightly.ts
@@ -17,7 +17,7 @@ async function main() {
17
const results = await runBuffBench({
18
evalDataPaths: [ path.join(__dirname, 'eval-codebuff.json')],
19
agents: ['base2-free'],
20
- taskConcurrency: 3,
+ taskConcurrency: 6,
21
saveTraces,
22
})
23
evals/buffbench/main.ts
@@ -11,7 +11,7 @@ async function main() {
11
await runBuffBench({
12
evalDataPaths: [path.join(__dirname, 'eval-codebuff.json')],
13
agents: ['base2-free-evals'],
14
- taskConcurrency: 5,
+ taskConcurrency: 10,
15
16
0 commit comments