Skip to content

[feat] added number of benchmark iterations as a configurable param#165

Open
amolfasale wants to merge 2 commits into
nvidia-cosmos:mainfrom
amolfasale:afasale/transfer1-benchmark
Open

[feat] added number of benchmark iterations as a configurable param#165
amolfasale wants to merge 2 commits into
nvidia-cosmos:mainfrom
amolfasale:afasale/transfer1-benchmark

Conversation

@amolfasale

Copy link
Copy Markdown
Contributor

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

Signed-off-by: Amol Fasale afasale@nvidia.com

Signed-off-by: Amol Fasale <afasale@nvidia.com>
@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
Copy Markdown
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