Skip to content

bench

Runs benchmark against a running FastVideo OpenAI-compatible server.

Example usage

fastvideo bench --dataset vbench --num-prompts 20 --port 8000

Classes

fastvideo.entrypoints.cli.bench.BenchSubcommand

BenchSubcommand()

Bases: CLISubcommand

The bench subcommand — runs serving benchmarks.

Source code in fastvideo/entrypoints/cli/bench.py
def __init__(self) -> None:
    self.name = "bench"
    super().__init__()

Functions