Skip to content

Commit 1bd32fd

Browse files
committed
Rename to BuffBench
1 parent 5d174dc commit 1bd32fd

14 files changed

+7
-6
lines changed
File renamed without changes.
Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
import path from 'path'
2-
import { runGitEvals2 } from './run-git-evals2'
2+
3+
import { runBuffBench } from './run-buffbench'
34

45
async function main() {
5-
const results = await runGitEvals2({
6+
const results = await runBuffBench({
67
evalDataPath: path.join(__dirname, 'eval-codebuff.json'),
78
agents: ['base', 'base2'],
89
onProgress: (event) => {

0 commit comments

Comments
 (0)