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: Count the time for a set of operations #7

Closed
wants to merge 5 commits into from

Conversation

miguelpinia
Copy link
Owner

Add an experiment to count the time done for the following operations by each algorithm:

  • 1,000,000 puts
  • 1,000,000 puts & 1,000,000 steals
  • Any number of puts
  • Any number of puts with their corresponding number of steals.

@miguelpinia miguelpinia mentioned this pull request Aug 13, 2020
@miguelpinia
Copy link
Owner Author

Instead measure only the puts, we'll measure the time made by only steals and the time made by puts and steals.

Añade el campo de putSteals para indicar si se ejecutará el
experimento de medir el tiempo que tarda cada algoritmo en realizar un
millon de puts y un millon de steals.
Este método permite calcular el tiempo que tarda en realizar un millón
de steal y un millón de puts con steals.
@miguelpinia miguelpinia added this to the v1.4 milestone Sep 2, 2020
@miguelpinia miguelpinia self-assigned this Sep 2, 2020
@miguelpinia miguelpinia added the enhancement New feature or request label Sep 2, 2020
@miguelpinia miguelpinia closed this Sep 2, 2020
@miguelpinia miguelpinia deleted the feature/007-time-ops branch September 2, 2020 01:49
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