Skip to content

Incorrect ramping if target is omitted #150

@artych

Description

@artych
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

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions