Skip to content

Commit ccbdf51

Browse files
[Doc] Reorganize benchmark docs (#29658)
Signed-off-by: DarkLight1337 <[email protected]>
1 parent 5f5521b commit ccbdf51

File tree

5 files changed

+291
-292
lines changed

5 files changed

+291
-292
lines changed

docs/.nav.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,11 @@ nav:
5252
- Plugins:
5353
- design/*plugin*.md
5454
- design/*
55+
- Benchmarking:
56+
- benchmarking/README.md
57+
- benchmarking/cli.md
58+
- benchmarking/sweeps.md
59+
- benchmarking/dashboard.md
5560
- API Reference:
5661
- api/README.md
5762
- api/vllm

docs/benchmarking/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Benchmark Suites
2+
3+
vLLM provides comprehensive benchmarking tools for performance testing and evaluation:
4+
5+
- **[Benchmark CLI](./cli.md)**: `vllm bench` CLI tools and specialized benchmark scripts for interactive performance testing.
6+
- **[Parameter Sweeps](./sweeps.md)**: Automate `vllm bench` runs for multiple configurations, useful for [optimization and tuning](../configuration/optimization.md).
7+
- **[Performance Dashboard](./dashboard.md)**: Automated CI that publishes benchmarks on each commit.

0 commit comments

Comments
 (0)