Skip to content

Commit e7b1008

Browse files
committed
fix(bench): correct stale timing estimates in JSDoc comment (#927)
1 parent 40b2525 commit e7b1008

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

scripts/embedding-benchmark.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ import { forkWorker } from './lib/fork-engine.js';
2020
const MODEL_WORKER_KEY = '__BENCH_MODEL__';
2121
/**
2222
* Cap symbol count so CI stays under the per-model timeout.
23-
* At ~1500 symbols on a CPU-only runner, embed + search takes ~12-15 min
24-
* per model — well within the 45-min timeout with headroom to spare.
23+
* At ~1500 symbols on a CPU-only runner, search evaluation takes ~5 min;
24+
* embedding all DB symbols takes ~18 min — ~23 min total, within the 30-min timeout.
2525
*/
2626
const MAX_SYMBOLS = 1500;
2727

0 commit comments

Comments
 (0)