mirror of
https://github.com/open-webui/benchmark.git
synced 2026-07-19 14:05:52 -04:00
[PR #1] [MERGED] feat: add initial benchmarking suite, Channels benchmark #1
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/1
Author: @westbrook-ai
Created: 12/8/2025
Status: ✅ Merged
Merged: 1/6/2026
Merged by: @tjbck
Base:
main← Head:feat-channels-benchmarking📝 Commits (7)
91f9d4afeat: add initial benchmarking suite, Channels benchmark9a86a8afix: add dotenv to reqs, update README instructions08f66ccfix: docker port203911afix: docker port10a6768fix: default port in configdec7ca2fix: make fixes for issues identified by G3019151fdfix: invalid syntax issues📊 Changes
25 files changed (+4788 additions, -0 deletions)
View changed files
➕
.env.example(+21 -0)➕
.gitignore(+50 -0)➕
README.md(+306 -0)➕
benchmark/__init__.py(+19 -0)➕
benchmark/cli.py(+269 -0)➕
benchmark/clients/__init__.py(+13 -0)➕
benchmark/clients/http_client.py(+709 -0)➕
benchmark/clients/websocket_client.py(+289 -0)➕
benchmark/core/__init__.py(+15 -0)➕
benchmark/core/base.py(+277 -0)➕
benchmark/core/config.py(+303 -0)➕
benchmark/core/metrics.py(+445 -0)➕
benchmark/core/runner.py(+278 -0)➕
benchmark/scenarios/__init__.py(+11 -0)➕
benchmark/scenarios/channels.py(+631 -0)➕
benchmark/utils/__init__.py(+11 -0)➕
benchmark/utils/docker.py(+414 -0)➕
config/benchmark_config.yaml(+95 -0)➕
config/compute_profiles.yaml(+82 -0)➕
docker/docker-compose.benchmark.yaml(+40 -0)...and 5 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.