We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2009cd commit f68422fCopy full SHA for f68422f
evals/buffbench/README.md
@@ -164,24 +164,6 @@ npm install -g @openai/codex
164
# Set OPENAI_API_KEY environment variable
165
```
166
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
185
## Directory Structure
186
187
evals/buffbench/test-external-runners.ts
0 commit comments