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 experiment (Put, takes, steals) #17

Merged
merged 3 commits into from
Sep 9, 2020

Conversation

miguelpinia
Copy link
Owner

@miguelpinia miguelpinia commented Sep 9, 2020

Add a simulation of execution of put, takes and steals for each algorithm in the application. We started doing 1,000,000 of puts and then, doing a mixture of takes and steals until the datastructure of the worker is empty.

For the part of takes and steals, we can configure the threads as follows:

  • 1 thread doing the puts and takes, 1 thread doing only steals.
  • 2 or more threads doing puts and takes, 1 thread doing steals.
  • 2 or more threads doing puts and takes, 2 or more threads doing steals.

@miguelpinia miguelpinia self-assigned this Sep 7, 2020
@miguelpinia miguelpinia added the enhancement New feature or request label Sep 7, 2020
@miguelpinia miguelpinia added this to the v1.4 milestone Sep 7, 2020
@miguelpinia miguelpinia merged commit 5007dee into develop Sep 9, 2020
@miguelpinia miguelpinia deleted the feature/017-put-takes-steals branch September 9, 2020 23:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant