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

Add sleep operation #667

Merged
merged 1 commit into from
Mar 18, 2019

Conversation

danielmitterdorfer
Copy link
Member

With this commit we add a new operation sleep to Rally which allows to
sleep for a configurable amount of time. This can be useful in certain
scenarios, e.g. when we want to kick off an async background process in
Elasticsearch, let it run for a while then continue the benchmark. This
operation is not meant for throttling throughput though.

Closes #624

With this commit we add a new operation `sleep` to Rally which allows to
sleep for a configurable amount of time. This can be useful in certain
scenarios, e.g. when we want to kick off an async background process in
Elasticsearch, let it run for a while then continue the benchmark. This
operation is not meant for throttling throughput though.

Closes elastic#624
@danielmitterdorfer danielmitterdorfer added enhancement Improves the status quo :Load Driver Changes that affect the core of the load driver such as scheduling, the measurement approach etc. labels Mar 18, 2019
@danielmitterdorfer danielmitterdorfer added this to the 1.1.0 milestone Mar 18, 2019
Copy link
Contributor

@ebadyano ebadyano left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! Thank you!

@danielmitterdorfer danielmitterdorfer merged commit a84beb9 into elastic:master Mar 18, 2019
@danielmitterdorfer danielmitterdorfer deleted the sleep-runner branch March 18, 2019 16:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Improves the status quo :Load Driver Changes that affect the core of the load driver such as scheduling, the measurement approach etc.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants