From f9866186d9c1ae91d103b3992e6c76770edb0d4d Mon Sep 17 00:00:00 2001 From: Quanzheng Long Date: Mon, 16 Mar 2026 16:46:33 -0700 Subject: [PATCH] makefile --- saf-python-sdk/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/saf-python-sdk/Makefile b/saf-python-sdk/Makefile index 0fd81a54e..b76ff8dd6 100644 --- a/saf-python-sdk/Makefile +++ b/saf-python-sdk/Makefile @@ -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