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

Incorrect ramping if target is omitted #150

Closed
artych opened this issue Mar 10, 2017 · 0 comments
Closed

Incorrect ramping if target is omitted #150

artych opened this issue Mar 10, 2017 · 0 comments
Assignees
Labels
Milestone

Comments

@artych
Copy link

artych commented Mar 10, 2017

export let options = {
  stages: [
    {duration: '30s', target: 20},
    {duration: '30s', target: 10},
    {duration: '15s'},
    {duration: '30s', target: 20},
    {duration: '15s'},
    {duration: '15s', target: 10}
  ]
};

screen shot 2017-03-09 at 17 20 08

@artych artych added the bug label Mar 10, 2017
@liclac liclac self-assigned this Mar 10, 2017
@robingustafsson robingustafsson added this to the April 2017 milestone Apr 13, 2017
@liclac liclac closed this as completed in 55cfd9b Apr 21, 2017
codebien pushed a commit that referenced this issue Jan 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants