test_inference_performance
¶
Config-driven inference performance tests.
Benchmark configs live in .buildkite/performance-benchmarks/tests/*.json. Each JSON file defines model params, generation kwargs, run config, and per-device thresholds. This test module auto-discovers all configs and parametrizes a single test function over them.
Classes¶
Functions:¶
fastvideo.tests.performance.test_inference_performance.test_inference_performance
¶
Measure generation latency, peak GPU memory, and component-level timings (text encoder, DiT, VAE decode). Assert each against device-aware thresholds.