📼 Agent VCR Performance Benchmarks

⏱ Last updated: 🔬 Benchmarks: 🏷 Latest commit:

⚡ Core Recording & Playback Must-pass

BenchmarkResultLimitDescription

⏮ Time-Travel Operations Must-pass

BenchmarkResultLimitDescription

👻 Ghost Replay Must-pass

BenchmarkResultLimitDescription

📈 Trends Over Time

🔁 Reproduce locally

pip install -e ".[dev]"
python -m pytest tests/benchmarks/ -v --benchmark-only --no-cov \
  --benchmark-columns="min,max,mean,stddev,rounds"

Every benchmark has a hard assertion. If it fails locally, it would fail in CI too. No exceptions.