[PR #1504] [MERGED] feat(langgraph): performance benchmarks #1500

Closed
opened 2026-02-15 20:16:00 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraphjs/pull/1504
Author: @dqbd
Created: 8/6/2025
Status: Merged
Merged: 8/7/2025
Merged by: @dqbd

Base: mainHead: dqbd/perf-benchmarks


📝 Commits (2)

  • 9d0ad0d feat(langgraph): performance benchmarks
  • 475bd06 Split to smaller test groups

📊 Changes

6 files changed (+298 additions, -1 deletions)

View changed files

📝 libs/langgraph/package.json (+1 -0)
libs/langgraph/src/tests/bench/bench.utils.ts (+37 -0)
libs/langgraph/src/tests/bench/index.bench.test.ts (+154 -0)
libs/langgraph/src/tests/bench/react_agent.ts (+55 -0)
libs/langgraph/src/tests/bench/sequential.ts (+35 -0)
📝 libs/langgraph/vitest.config.js (+16 -1)

📄 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/langgraphjs/pull/1504 **Author:** [@dqbd](https://github.com/dqbd) **Created:** 8/6/2025 **Status:** ✅ Merged **Merged:** 8/7/2025 **Merged by:** [@dqbd](https://github.com/dqbd) **Base:** `main` ← **Head:** `dqbd/perf-benchmarks` --- ### 📝 Commits (2) - [`9d0ad0d`](https://github.com/langchain-ai/langgraphjs/commit/9d0ad0d24f47e7ec6e250144538d778c4ea95029) feat(langgraph): performance benchmarks - [`475bd06`](https://github.com/langchain-ai/langgraphjs/commit/475bd06eed596329cd9b910c3158b56a98e5c963) Split to smaller test groups ### 📊 Changes **6 files changed** (+298 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `libs/langgraph/package.json` (+1 -0) ➕ `libs/langgraph/src/tests/bench/bench.utils.ts` (+37 -0) ➕ `libs/langgraph/src/tests/bench/index.bench.test.ts` (+154 -0) ➕ `libs/langgraph/src/tests/bench/react_agent.ts` (+55 -0) ➕ `libs/langgraph/src/tests/bench/sequential.ts` (+35 -0) 📝 `libs/langgraph/vitest.config.js` (+16 -1) </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-15 20:16:00 -05:00
yindo closed this issue 2026-02-15 20:16:00 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/langgraphjs#1500