# Benchmarks This directory contains benchmarking scripts and tools for performance evaluation. ## Installation This is already included as part of the dynamo vllm image. To install locally or standalone, run: ```bash pip install -e . ``` Currently, this will install lightweight tools for: - Analyzing prefix-structured data (`datagen analyze`) - Synthesizing structured data customizable for testing purposes (`datagen synthesize`) Detailed information are provided in the `prefix_data_generator` directory. The benchmarking scripts for the core dynamo components are to come soon (e.g. routing, disagg, Planner).