Skip to content

Commit b5c5153

Browse files
committed
[buffbench] base2 on codebuff repo
1 parent f97404c commit b5c5153

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

evals/git-evals/run-eval-set.ts

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ class RunEvalSetCommand extends Command {
7272
}),
7373
agent: Flags.string({
7474
description: 'Codebuff agent id to use',
75-
default: 'base-lite',
75+
default: 'base2',
7676
}),
7777
help: Flags.help({ char: 'h' }),
7878
}
@@ -134,21 +134,21 @@ async function runEvalSet(options: {
134134
evalDataPath: path.join(__dirname, 'eval-codebuff2.json'),
135135
outputDir,
136136
},
137-
{
138-
name: 'manifold',
139-
evalDataPath: path.join(__dirname, 'eval-manifold2.json'),
140-
outputDir,
141-
},
142-
{
143-
name: 'plane',
144-
evalDataPath: path.join(__dirname, 'eval-plane.json'),
145-
outputDir,
146-
},
147-
{
148-
name: 'saleor',
149-
evalDataPath: path.join(__dirname, 'eval-saleor.json'),
150-
outputDir,
151-
},
137+
// {
138+
// name: 'manifold',
139+
// evalDataPath: path.join(__dirname, 'eval-manifold2.json'),
140+
// outputDir,
141+
// },
142+
// {
143+
// name: 'plane',
144+
// evalDataPath: path.join(__dirname, 'eval-plane.json'),
145+
// outputDir,
146+
// },
147+
// {
148+
// name: 'saleor',
149+
// evalDataPath: path.join(__dirname, 'eval-saleor.json'),
150+
// outputDir,
151+
// },
152152
]
153153

154154
console.log(`Running ${evalConfigs.length} evaluations:`)

0 commit comments

Comments
 (0)