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 the possibility to execute the curl in multiple threads in the redis-rest-storage-performance.rb #5

Open
floriankammermann opened this issue Nov 11, 2015 · 1 comment

Comments

@floriankammermann
Copy link

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.

lbovet pushed a commit that referenced this issue Apr 21, 2016
update from swisspush master
@mcweba
Copy link
Collaborator

mcweba commented Jun 19, 2017

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