-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Rename stuff #1425
Comments
Also, this renaming should probably happen in tandem with #1302 |
|
na--
added a commit
that referenced
this issue
Jun 9, 2020
This handles the executor configuration parts of #1425, without actually changing the Go type names or structure yet.
na--
added a commit
that referenced
this issue
Jun 9, 2020
This handles the executor configuration parts of #1425, without actually changing the Go type names or structure yet.
Resolved by #1497 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As suggested by @robingustafsson and @sniku, it would be better if we rename
execution
toscenarios
in the global config andtype
toexecutor
in the individual executor/scenario config.Some executor names could also be improved:
variable-looping-vus
=>ramping-vus
constant-looping-vus
=>constant-vus
variable-arrival-rate
=>ramping-arrival-rate
constant-arrival-rate
=>constant-arrival-rate
(though I'm not sure if
ramping
is the best choice here...variable
ordynamic
aren't bad, as indynamic-vus
?)So, the config from #1007 should look somewhat like this:
The text was updated successfully, but these errors were encountered: