[PR #216] [MERGED] feat: add benchmark workflow #376

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

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify-plugin-daemon/pull/216
Author: @Yeuoly
Created: 4/16/2025
Status: Merged
Merged: 4/16/2025
Merged by: @Yeuoly

Base: mainHead: feat/benchmark


📝 Commits (6)

📊 Changes

3 files changed (+61 additions, -0 deletions)

View changed files

.github/workflows/benchmark.yml (+37 -0)
📝 README.md (+4 -0)
internal/utils/stream/stream_benchmark_test.go (+20 -0)

📄 Description

  • Introduced a GitHub Actions workflow for benchmarking Go code, triggered on pushes to the main branch and pull requests.
  • Added a benchmark test for the stream package to measure performance of the Write method under concurrent conditions.

🔄 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/langgenius/dify-plugin-daemon/pull/216 **Author:** [@Yeuoly](https://github.com/Yeuoly) **Created:** 4/16/2025 **Status:** ✅ Merged **Merged:** 4/16/2025 **Merged by:** [@Yeuoly](https://github.com/Yeuoly) **Base:** `main` ← **Head:** `feat/benchmark` --- ### 📝 Commits (6) - [`758996d`](https://github.com/langgenius/dify-plugin-daemon/commit/758996d12cb81ce5ce1803acadaabf3b239e39ea) feat: add benchmark workflow - [`466d77a`](https://github.com/langgenius/dify-plugin-daemon/commit/466d77add849b8af9b7f05d8eed6061929c7d2c2) fix: setup license - [`54eda7a`](https://github.com/langgenius/dify-plugin-daemon/commit/54eda7aae18ff814143fbcf1cf6507f9756e8c5d) fix: exclude non-benchmark - [`f50d9d3`](https://github.com/langgenius/dify-plugin-daemon/commit/f50d9d3e9a52bde28c1111132856bbd691620172) fix: stash license - [`74f6c5a`](https://github.com/langgenius/dify-plugin-daemon/commit/74f6c5a2d4ebfaa125c74344334bfe86953c22d1) chore: update triggers - [`829ac01`](https://github.com/langgenius/dify-plugin-daemon/commit/829ac01336ed741e72b0a62d3f13ce174388eb1a) update README ### 📊 Changes **3 files changed** (+61 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `.github/workflows/benchmark.yml` (+37 -0) 📝 `README.md` (+4 -0) ➕ `internal/utils/stream/stream_benchmark_test.go` (+20 -0) </details> ### 📄 Description - Introduced a GitHub Actions workflow for benchmarking Go code, triggered on pushes to the main branch and pull requests. - Added a benchmark test for the stream package to measure performance of the Write method under concurrent conditions. --- <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-16 01:15:47 -05:00
yindo closed this issue 2026-02-16 01:15:47 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify-plugin-daemon#376