We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40b2525 commit e7b1008Copy full SHA for e7b1008
1 file changed
scripts/embedding-benchmark.ts
@@ -20,8 +20,8 @@ import { forkWorker } from './lib/fork-engine.js';
20
const MODEL_WORKER_KEY = '__BENCH_MODEL__';
21
/**
22
* 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.
+ * At ~1500 symbols on a CPU-only runner, search evaluation takes ~5 min;
+ * embedding all DB symbols takes ~18 min — ~23 min total, within the 30-min timeout.
25
*/
26
const MAX_SYMBOLS = 1500;
27
0 commit comments