mirror of
https://github.com/open-webui/benchmark.git
synced 2026-07-19 22:15:24 -04:00
fix: add dotenv to reqs, update README instructions
This commit is contained in:
@@ -23,6 +23,8 @@ This benchmark suite is designed to:
|
||||
|
||||
```bash
|
||||
cd benchmark
|
||||
python -m venv .venv
|
||||
source .venv/bin/activate
|
||||
pip install -e .
|
||||
```
|
||||
|
||||
|
||||
@@ -14,6 +14,7 @@ dependencies = [
|
||||
"python-socketio>=5.13.0", # WebSocket client (already in Open WebUI)
|
||||
"pydantic>=2.11.0", # Data validation (already in Open WebUI)
|
||||
"PyYAML>=6.0", # YAML parsing (already in Open WebUI via dependencies)
|
||||
"python-dotenv>=1.0.0", # Environment file loading (already in Open WebUI)
|
||||
|
||||
# Benchmark-specific additions
|
||||
"locust>=2.32.0", # Load testing framework
|
||||
|
||||
Reference in New Issue
Block a user