mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-08-24 00:22:25 +02:00
Restores Postgres checkpointer support to both benchmark sections. Uses local Postgres at port 5441. Each run gets a fresh table slice via DELETE before and after to avoid cross-contamination. Key Postgres results at 500 turns: freq=1 → 8.3ms reads (full snapshot every write) freq=5 → 4.8ms reads (bounded replay, fewer large blobs to fetch) freq=10 → 5.3ms reads freq=50 → 6.7ms reads freq=inf → 123.7ms reads (full ancestry walk) Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>