Optimize relationship discovery benchmarks

This commit is contained in:
Andrey Avtomonov 2026-05-11 01:48:00 +02:00
parent 9530d33c00
commit eee46896f1
5 changed files with 83 additions and 21 deletions

View file

@ -120,6 +120,7 @@
"scripts": {
"build": "tsc -p tsconfig.json",
"relationships:benchmarks": "pnpm --silent run build && node scripts/relationship-benchmark-report.mjs",
"relationships:benchmarks:test": "KTX_RUN_RELATIONSHIP_BENCHMARKS=1 vitest run src/scan/relationship-benchmarks.test.ts",
"search:pglite-spike": "node scripts/pglite-hybrid-search-spike.mjs",
"search:pglite-owner-prototype": "node scripts/pglite-owner-process-prototype.mjs",
"search:pglite-sl-prototype": "node scripts/pglite-sl-search-prototype.mjs",