-
Notifications
You must be signed in to change notification settings - Fork 22
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
Issue 57 & 60: Add "-fork " and "-kafka" options #61
base: master
Are you sure you want to change the base?
Conversation
Signed-off-by: Keshava Munegowda <[email protected]>
Signed-off-by: Keshava Munegowda <[email protected]>
Signed-off-by: Keshava Munegowda <[email protected]>
Signed-off-by: Keshava Munegowda <[email protected]>
Signed-off-by: Keshava Munegowda <[email protected]>
Signed-off-by: Keshava Munegowda <[email protected]>
Signed-off-by: Keshava Munegowda <[email protected]>
Signed-off-by: Keshava Munegowda <[email protected]>
Signed-off-by: Keshava Munegowda <[email protected]>
Signed-off-by: Keshava Munegowda <[email protected]>
Signed-off-by: Keshava Munegowda <[email protected]>
Signed-off-by: Keshava Munegowda <[email protected]>
Signed-off-by: Keshava Munegowda <[email protected]>
Signed-off-by: Keshava Munegowda <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Blocking for safety until reverting #63.
Are the two options |
@maddisondavid |
Change log description
A new option "-fork" option is added; by default it is set to True; if it is set to false, then new fixed thread pool is used.
Another new option "-kafka" is added; by default it is set to False; it it is set to true, then kafka bench-marking is conducted.
Purpose of the change
Fixes #57 , #60
What the code does
when user supplies -fork false; conventional thread pool is used; otherwise fork join pool is used.
when user supplied -kafka true; the kafka bench-marking is conducted.
Signed-off-by: Keshava Munegowda [email protected]