This commit is contained in:
Quanzheng Long
2026-03-16 16:46:33 -07:00
parent bfdd7deb60
commit f9866186d9
+2
View File
@@ -27,5 +27,7 @@ test_run_pool_size:
$(TEST_BASE) tests/advanced-graph/test_run_pool_size.py
test-benchmark:
# Increase per-process file descriptor limit for high-concurrency benchmark runs.
ulimit -n 65536 || true; \
uv run --python $(PYTHON_VERSION) --with anyio --with typing_extensions --with pydantic --with langgraph python tests/advanced-graph/benchmark_stategraph_vs_advancedgraph.py