Development

July 15, 2026 ยท View on GitHub

Benchmarks

See Benchmarks for the public methodology, scenarios, and results.

Test Checks

# Run tests with uv.
uv run pytest
# Run tests without uv after installing .[dev].
python3 -m pytest
# Check package import.
python3 -c "import zoom_search; print(zoom_search.__version__)"