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

What tests do we need for single threaded? #11

Open
petergarnaes opened this issue Jun 4, 2014 · 1 comment
Open

What tests do we need for single threaded? #11

petergarnaes opened this issue Jun 4, 2014 · 1 comment

Comments

@petergarnaes
Copy link
Owner

  • 60 lookup 20 insert 20 remove vs. load factor
  • 80 lookup 10 insert 10 remove vs. load factor
  • 90 lookup 5 insert 5 remove vs. load factor

This is the metric repports mostly include, maybe some memory usage, but I don't know if it is relevant or the trouble worth.... Mybe we could also have:

  • Nr. of insert in same bucket vs. speed (already done)
  • Individual speeds of instructions? (other repports don't have this)
  • Any other?
@petergarnaes
Copy link
Owner Author

I think individual speeds of instructions is a bad test to do, because their speed are dependent on how full the hash map are and such. And even if you decide how to tackle that, should you measure the average time it takes for one or more instructions?

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

1 participant