You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(bench): sample symbols in embedding benchmark to prevent CI timeouts (#927)
* fix(bench): sample symbols in embedding benchmark to prevent CI timeouts
The codebase grew from ~1095 to 7128 symbols, causing every model worker
to exceed the 30-min timeout during the search phase. Add deterministic
sampling (seeded PRNG, cap 1500 symbols) so runtime stays bounded as the
repo grows. Embedding still covers all DB symbols; only the search
evaluation is sampled.
* fix(bench): correct stale timing estimates in JSDoc comment (#927)
0 commit comments