[PR #1707] [MERGED] Add 2 more benchmark graphs #2246

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

📋 Pull Request Information

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

Base: mainHead: nc/12sep/add-benchmarks


📝 Commits (1)

  • 1e7e4b4 Add 2 more benchmark graphs

📊 Changes

4 files changed (+351 additions, -10 deletions)

View changed files

📝 libs/langgraph/bench/__main__.py (+129 -9)
📝 libs/langgraph/bench/fanout_to_subgraph.py (+1 -1)
libs/langgraph/bench/react_agent.py (+81 -0)
libs/langgraph/bench/wide_state.py (+140 -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/1707 **Author:** [@nfcampos](https://github.com/nfcampos) **Created:** 9/12/2024 **Status:** ✅ Merged **Merged:** 9/12/2024 **Merged by:** [@nfcampos](https://github.com/nfcampos) **Base:** `main` ← **Head:** `nc/12sep/add-benchmarks` --- ### 📝 Commits (1) - [`1e7e4b4`](https://github.com/langchain-ai/langgraph/commit/1e7e4b427a4165ced859774ae5acd94921a7a0dc) Add 2 more benchmark graphs ### 📊 Changes **4 files changed** (+351 additions, -10 deletions) <details> <summary>View changed files</summary> 📝 `libs/langgraph/bench/__main__.py` (+129 -9) 📝 `libs/langgraph/bench/fanout_to_subgraph.py` (+1 -1) ➕ `libs/langgraph/bench/react_agent.py` (+81 -0) ➕ `libs/langgraph/bench/wide_state.py` (+140 -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:38 -05:00
yindo closed this issue 2026-02-20 17:46:38 -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#2246