Skip to content

Commit f68422f

Browse files
committed
Remove script to test external runners
1 parent c2009cd commit f68422f

File tree

2 files changed

+0
-82
lines changed

2 files changed

+0
-82
lines changed

evals/buffbench/README.md

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -164,24 +164,6 @@ npm install -g @openai/codex
164164
# Set OPENAI_API_KEY environment variable
165165
```
166166

167-
## Testing External Runners
168-
169-
Use the test script to verify external runners are working:
170-
171-
```bash
172-
# Test Claude Code runner
173-
bun run evals/buffbench/test-external-runners.ts claude
174-
175-
# Test Codex runner
176-
bun run evals/buffbench/test-external-runners.ts codex
177-
178-
# Test both runners on same task
179-
bun run evals/buffbench/test-external-runners.ts both
180-
181-
# Compare Codebuff vs Claude
182-
bun run evals/buffbench/test-external-runners.ts compare
183-
```
184-
185167
## Directory Structure
186168

187169
```

evals/buffbench/test-external-runners.ts

Lines changed: 0 additions & 64 deletions
This file was deleted.

0 commit comments

Comments
 (0)