Skip to content

Commit 103a0ef

Browse files
authored
Add feature comparison section to README
Added a feature comparison table to the README.
1 parent 1d2c9f0 commit 103a0ef

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,15 @@ LMeterX is a professional large language model performance testing platform that
3434
- **Web Console** - One-stop management for task creation, stopping, status tracking, and full-chain log monitoring
3535
- **Enterprise-level Deployment** - Docker containerization with elastic scaling and distributed deployment support
3636

37+
### Feature Comparison
38+
| Dimension | LMeterX | EvalScope | llmperf |
39+
|----------------------|-------------------------------------------------------------------------|---------------------------------------------------------------------------|----------------------------------------------------------|
40+
| Usage | Web UI for full-lifecycle task creation, monitoring & stop (load-test) | CLI for ModelScope ecosystem (eval & load-test) | CLI, Ray-based (load-test) |
41+
| Concurrency & Stress | Multi-process / multi-task, enterprise-scale load testing | Command-line concurrency (`--parallel`, `--rate`) | Command-line concurrency |
42+
| Test Report | Multi-model / multi-version comparison, AI analysis, visual dashboard | Basic report + visual charts (requires gradio, plotly, etc.) | Simple report |
43+
| Model & Data Support | OpenAI-compatible, custom data & model interfaces | OpenAI-compatible by default; extending APIs needs custom code | OpenAI-compatible |
44+
| Deployment & Scaling | Docker / K8s ready, easy horizontal scaling | `pip` install or source code | Source code only |
45+
3746
## 🏗️ System Architecture
3847

3948
LMeterX adopts a microservices architecture design, consisting of four core components:

0 commit comments

Comments
 (0)