An open API service indexing awesome lists of open source software.

https://github.com/theodoreniu/llmperf

Benchmarking tool for stress testing self-hosted LLMs, Azure OpenAI, and OpenAI APIs. Measure latency, throughput, and optimize performance. 🚀
https://github.com/theodoreniu/llmperf

azure benchmarking deepseek latency llm openai qps test tps

Last synced: 2 months ago
JSON representation

Benchmarking tool for stress testing self-hosted LLMs, Azure OpenAI, and OpenAI APIs. Measure latency, throughput, and optimize performance. 🚀

Awesome Lists containing this project

README

          

# LLM Perf

`llmperf` is a benchmarking tool for stress testing self-hosted LLMs, Azure OpenAI, and OpenAI APIs. It provides efficient concurrent request management, detailed performance analysis, and helps developers optimize inference latency and throughput. With customizable test parameters, it is suitable for various LLM workload evaluation scenarios.

## 1. Configure your env

Copy and set up the environment variables from `.env.example`.

```bash
cp .env.example .env
```

## 2. Launch your App

Copy and set up the environment variables.

```bash
./start.sh
```