[PR #1609] [MERGED] Add benchmark script #2181

Closed
opened 2026-02-20 17:46:28 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraph/pull/1609
Author: @nfcampos
Created: 9/4/2024
Status: Merged
Merged: 9/11/2024
Merged by: @nfcampos

Base: mainHead: nc/4sep/benchmark


📝 Commits (10+)

📊 Changes

8 files changed (+301 additions, -3 deletions)

View changed files

.github/workflows/bench.yml (+63 -0)
📝 .gitignore (+2 -0)
📝 libs/langgraph/Makefile (+15 -1)
libs/langgraph/bench/__init__.py (+0 -0)
libs/langgraph/bench/__main__.py (+63 -0)
libs/langgraph/bench/fanout_to_subgraph.py (+76 -0)
📝 libs/langgraph/poetry.lock (+79 -2)
📝 libs/langgraph/pyproject.toml (+3 -0)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langchain-ai/langgraph/pull/1609 **Author:** [@nfcampos](https://github.com/nfcampos) **Created:** 9/4/2024 **Status:** ✅ Merged **Merged:** 9/11/2024 **Merged by:** [@nfcampos](https://github.com/nfcampos) **Base:** `main` ← **Head:** `nc/4sep/benchmark` --- ### 📝 Commits (10+) - [`26f23ea`](https://github.com/langchain-ai/langgraph/commit/26f23ea26c7066cb8d8e1fa8c66ade919ed8d7d0) Add benchmark script - [`f577529`](https://github.com/langchain-ai/langgraph/commit/f577529356f6a19dfcac09e7c1851d3c7d9b6fd0) Add benchmark/profile commands - [`710b417`](https://github.com/langchain-ai/langgraph/commit/710b4179da9c4eeec4301ce6c6f1dcd749c07024) Add ci job - [`c00e8c2`](https://github.com/langchain-ai/langgraph/commit/c00e8c2b461246b4d479ed6c525589a95e4a4bfa) Fix - [`309b259`](https://github.com/langchain-ai/langgraph/commit/309b259735c5edf727b166277407935c8b971533) One more - [`51b8cfc`](https://github.com/langchain-ai/langgraph/commit/51b8cfca54456eb7411d51f2a86c74e74f7ea719) fix - [`5f2e9aa`](https://github.com/langchain-ai/langgraph/commit/5f2e9aafceecb0be43112616504a8b0056674cd4) Fix - [`d844359`](https://github.com/langchain-ai/langgraph/commit/d844359d614182810427bd8c6b7eaea5ba25e654) Fix output dir - [`bf4f8e6`](https://github.com/langchain-ai/langgraph/commit/bf4f8e67d821e31f705dcc0808ffd65b8b46b1df) Rename command - [`de28503`](https://github.com/langchain-ai/langgraph/commit/de2850332d051f1168744ef4086868d14868233c) Rename ### 📊 Changes **8 files changed** (+301 additions, -3 deletions) <details> <summary>View changed files</summary> ➕ `.github/workflows/bench.yml` (+63 -0) 📝 `.gitignore` (+2 -0) 📝 `libs/langgraph/Makefile` (+15 -1) ➕ `libs/langgraph/bench/__init__.py` (+0 -0) ➕ `libs/langgraph/bench/__main__.py` (+63 -0) ➕ `libs/langgraph/bench/fanout_to_subgraph.py` (+76 -0) 📝 `libs/langgraph/poetry.lock` (+79 -2) 📝 `libs/langgraph/pyproject.toml` (+3 -0) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-20 17:46:28 -05:00
yindo closed this issue 2026-02-20 17:46:28 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/langgraph#2181