Skip to content

Commit 3c419ce

Browse files
committed
Run claude code in single eval
1 parent 86b0642 commit 3c419ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

evals/buffbench/main-single-eval.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ import { runBuffBench } from './run-buffbench'
55
async function main() {
66
await runBuffBench({
77
evalDataPath: path.join(__dirname, 'eval-codebuff.json'),
8-
agents: ['base2-opus'],
9-
taskIds: ['add-spawn-perms-tests'],
8+
agents: ['external:claude'],
9+
taskIds: ['filter-system-history'],
1010
})
1111

1212
process.exit(0)

0 commit comments

Comments
 (0)