We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In the moment we execute the curl from one thread. This is enough to get the execution time of a rest-storage call when only one client is active.
To gain the execution time under load, we should add the possibility to distribute the curl commands over multiple threads.
The solution should be, that we have an additional parameter "-t" where we can define the number of threads which should be used to execute the curl.
The text was updated successfully, but these errors were encountered:
Merge pull request #5 from swisspush/master
61279ea
update from swisspush master
See http://t-a-w.blogspot.ch/2010/05/very-simple-parallelization-with-ruby.html
Sorry, something went wrong.
No branches or pull requests
In the moment we execute the curl from one thread. This is enough to get the execution time of a rest-storage call when only one client is active.
To gain the execution time under load, we should add the possibility to distribute the curl commands over multiple threads.
The solution should be, that we have an additional parameter "-t" where we can define the number of threads which should be used to execute the curl.
The text was updated successfully, but these errors were encountered: