Skip to content

Commit 885b836

Browse files
committed
fix(bench): replace budget=0 with 8000,16000 per paper budget curve
1 parent 6aeee8b commit 885b836

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/bench-sweep.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,7 @@ jobs:
414414
max-parallel: 256
415415
matrix:
416416
method: [ppr, ego, hybrid, bm25, aider]
417-
budget: [-1, 0, 32000, 64000, 128000]
417+
budget: [-1, 8000, 16000, 32000, 64000, 128000]
418418
test_set: [contextbench_verified, polybench500, swebench_verified]
419419
exclude:
420420
- {method: bm25, budget: -1}

0 commit comments

Comments
 (0)