mirror of
https://github.com/remsky/Kokoro-FastAPI.git
synced 2025-08-05 16:48:53 +00:00
5 lines
146 B
Batchfile
5 lines
146 B
Batchfile
@echo off
|
|
|
|
set HOST=http://localhost:8880
|
|
|
|
locust -f ./openai_load_test.py -H %HOST% --users 1 --spawn-rate 0.1 --run-time 5m KokoroOpenAPiClient
|