mirror of
https://github.com/open-webui/benchmark.git
synced 2026-07-21 09:15:24 -04:00
[PR #3] [CLOSED] feat: add chat-api benchmark #3
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/open-webui/benchmark/pull/3
Author: @westbrook-ai
Created: 1/14/2026
Status: ❌ Closed
Base:
main← Head:feat-ai-response-benchmark📝 Commits (4)
488e60afeat: add chat-api benchmark99f25f0fix: status bar updates during script runs57039daMerge branch 'fix-status-bar' into feat-ai-response-benchmarkc25e19dfeat: 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
chat-apibenchmark that adds new users and has them concurrently send chats to the Open WebUI APIchannelsbenchmark tochannels-apifor consistency🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.