[PR #3] [CLOSED] feat: add chat-api benchmark #3

Closed
opened 2026-02-15 21:15:28 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/benchmark/pull/3
Author: @westbrook-ai
Created: 1/14/2026
Status: Closed

Base: mainHead: feat-ai-response-benchmark


📝 Commits (4)

  • 488e60a feat: add chat-api benchmark
  • 99f25f0 fix: status bar updates during script runs
  • 57039da Merge branch 'fix-status-bar' into feat-ai-response-benchmark
  • c25e19d feat: add progress bar to chat-api benchmark

📊 Changes

9 files changed (+742 additions, -45 deletions)

View changed files

📝 .env.example (+17 -1)
📝 benchmark/cli.py (+58 -9)
📝 benchmark/clients/http_client.py (+238 -2)
📝 benchmark/core/config.py (+49 -0)
📝 benchmark/core/metrics.py (+92 -0)
📝 benchmark/core/runner.py (+9 -26)
📝 benchmark/scenarios/__init__.py (+4 -2)
📝 benchmark/scenarios/channels.py (+5 -5)
benchmark/scenarios/chat.py (+270 -0)

📄 Description

  • Adds a chat-api benchmark that adds new users and has them concurrently send chats to the Open WebUI API
  • Renames channels benchmark to channels-api for consistency

🔄 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/open-webui/benchmark/pull/3 **Author:** [@westbrook-ai](https://github.com/westbrook-ai) **Created:** 1/14/2026 **Status:** ❌ Closed **Base:** `main` ← **Head:** `feat-ai-response-benchmark` --- ### 📝 Commits (4) - [`488e60a`](https://github.com/open-webui/benchmark/commit/488e60adc28e123823ec476e27b0aa14d4e62e3f) feat: add chat-api benchmark - [`99f25f0`](https://github.com/open-webui/benchmark/commit/99f25f0aae66a576a25e99cd83397acdfe4f19a1) fix: status bar updates during script runs - [`57039da`](https://github.com/open-webui/benchmark/commit/57039daaf33aa294d0a39e7a1a7b311705432098) Merge branch 'fix-status-bar' into feat-ai-response-benchmark - [`c25e19d`](https://github.com/open-webui/benchmark/commit/c25e19d9d908d9244443cbf1415ab11ca04f7a37) feat: add progress bar to chat-api benchmark ### 📊 Changes **9 files changed** (+742 additions, -45 deletions) <details> <summary>View changed files</summary> 📝 `.env.example` (+17 -1) 📝 `benchmark/cli.py` (+58 -9) 📝 `benchmark/clients/http_client.py` (+238 -2) 📝 `benchmark/core/config.py` (+49 -0) 📝 `benchmark/core/metrics.py` (+92 -0) 📝 `benchmark/core/runner.py` (+9 -26) 📝 `benchmark/scenarios/__init__.py` (+4 -2) 📝 `benchmark/scenarios/channels.py` (+5 -5) ➕ `benchmark/scenarios/chat.py` (+270 -0) </details> ### 📄 Description - Adds a `chat-api` benchmark that adds new users and has them concurrently send chats to the Open WebUI API - Renames `channels` benchmark to `channels-api` for consistency --- <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 21:15:28 -05:00
yindo closed this issue 2026-02-15 21:15:28 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: open-webui/benchmark#3