Run vLLM performance benchmark using synthetic random data to measure throughput, TTFT (Time to First Token), TPOT (Time per Output Token), and other key performance metrics. Use when the user wants to quickly test vLLM serving performance without downloading external datasets.
$npx -y skills add vllm-project/vllm-skills --skill vllm-bench-random-syntheticInstalls into the current project.
Run `npx skills use "https://github.com/vllm-project/vllm-skills" --skill "vllm-project/vllm-skills/vllm-bench-random-synthetic"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/vllm-project/vllm-skills" that are relevant to the current task. Run `npx skills add "https://github.com/vllm-project/vllm-skills"` and select the relevant skills, then follow their instructions.