Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LoadSimulation Pause #510

Merged
merged 1 commit into from
Dec 5, 2022
Merged

LoadSimulation Pause #510

merged 1 commit into from
Dec 5, 2022

Conversation

AntyaDev
Copy link
Contributor

@AntyaDev AntyaDev commented Dec 5, 2022

Added Pause simulation

type LoadSimulation =
    | RampingConstant of copies:int * during:TimeSpan
    | KeepConstant    of copies:int * during:TimeSpan
    | RampingInject   of rate:int * interval:TimeSpan * during:TimeSpan    
    | Inject          of rate:int * interval:TimeSpan * during:TimeSpan    
    | InjectRandom    of minRate:int * maxRate:int * interval:TimeSpan * during:TimeSpan    
    | Pause           of during:TimeSpan

@AntyaDev AntyaDev changed the title added LoadSimulation.Pause LoadSimulation Pause Dec 5, 2022
@AntyaDev AntyaDev merged commit c2d3314 into dev Dec 5, 2022
@AntyaDev AntyaDev deleted the load-simulation-pause branch December 5, 2022 07:42
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.

Scenario Startup Delay
1 participant