Skip to content

Conversation

@amolfasale
Copy link
Contributor

[feat] added number of benchmark iterations as a configurable parameter

Signed-off-by: Amol Fasale [email protected]

@amolfasale amolfasale force-pushed the afasale/transfer1-benchmark branch from c886af2 to 1e8e660 Compare July 29, 2025 05:02

# Generate videos in batch
num_repeats = 4 if cfg.benchmark else 1
num_repeats = cfg.benchmark_iterations if cfg.benchmark else 1
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This would need to be (cfg.benchmark_iterations + 1) given the first run is ignored and used as a warm-up.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants