Skip to content

leavelet/llm-locust

 
 

Repository files navigation

LLM Locust

Running Locust WebUI and Backend Seperatly

WebUI

cd webui && yarn && yarn run dev

Backend

python api.py

Build Locust WebUI and serve via backend

cd webui && yarn && yarn run build
cd .. && python api.py

How it works

design diagram

About

LLM Locust combines the simplicity of Locust with deep support for LLM-specific benchmarking

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • TypeScript 56.6%
  • Python 42.2%
  • Other 1.2%