Skip to content

chore: Remove WarmupCount setting from Dry job#3035

Open
filzrev wants to merge 1 commit intodotnet:masterfrom
filzrev:chore-modify-dry-job-warmup-setting
Open

chore: Remove WarmupCount setting from Dry job#3035
filzrev wants to merge 1 commit intodotnet:masterfrom
filzrev:chore-modify-dry-job-warmup-setting

Conversation

@filzrev
Copy link
Contributor

@filzrev filzrev commented Mar 1, 2026

This PR remove WarmupCount = 1 setting from Dry job.

Background
Currently, following content is shown when running benchmark with Job.Dry.

Dry(IterationCount=1, LaunchCount=1, RunStrategy=ColdStart, UnrollFactor=1, WarmupCount=1)

But when using RunStrategy.ColdStart, warmup stage is skipped.
So no need to set WarmupCount setting.

if (strategy != RunStrategy.ColdStart)

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.

1 participant