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

count down (rampTo from big to small) don't works #205

Open
servusoft opened this issue Nov 11, 2016 · 2 comments
Open

count down (rampTo from big to small) don't works #205

servusoft opened this issue Nov 11, 2016 · 2 comments

Comments

@servusoft
Copy link

counting up works fine:

    - duration: 60
      arrivalRate: 100
      rampTo: 200

but count down break the phase and exit the test early

    - duration: 60
      arrivalRate: 200
      rampTo: 100
@hassy
Copy link
Member

hassy commented Nov 14, 2016

rampTo was not intended to be used to ramp down. I'll take a PR that fixes that. :)

@hassy hassy assigned hassy and unassigned hassy Nov 14, 2016
@servusoft
Copy link
Author

servusoft commented Nov 16, 2016

would be better split rampTo to rampUp and rampDown or should rampTo 'understand' both cases ?
it may be used as one scenario like:

 - duration: 360
      arrivalRate: 100
      rampUp: 200
      rampDown: 50

joeattardi pushed a commit to joeattardi/artillery that referenced this issue Dec 16, 2018
The rampTo option can now also be set to a value lower than arrivalRate,
and it will ramp from the starting arrivalRate down to the rampTo value.

Implements artilleryio#205
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants