Skip to content

Instantly share code, notes, and snippets.

View OVI3D0's full-sized avatar

Michael Oviedo OVI3D0

View GitHub Profile
@OVI3D0
OVI3D0 / comparative_sweep_v2.sh
Created April 23, 2026 22:37
OSB comparative sweep v2 - restructured passes + 10M
#!/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).