This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env bash | |
| # | |
| # Comparative vectorsearch benchmark sweep across all 3 engines. | |
| # | |
| # Structure per engine: | |
| # - Ingest pass (ingest + force-merge, no search) | |
| # - 3 search passes (cold → warming → warm) | |
| # - Only search3 is tagged warmth:warm for dashboard filtering | |
| # | |
| # Runs both 1M and 10M datasets (configurable via DATASETS env var). |