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

Test performance of engines #9

Open
gburgett opened this issue Dec 19, 2012 · 1 comment
Open

Test performance of engines #9

gburgett opened this issue Dec 19, 2012 · 1 comment
Milestone

Comments

@gburgett
Copy link
Owner

We need to come up with a way to test the performance of our Engine implementations. We should have a few scenarios, something like:

  • Light Use
    • light, spaced out even reads and writes
  • Heavy Use
    • even reads and writes as fast as we can do
  • Heavy read
    • something like 95 to 5 read to write ratio as fast as we can go
  • Heavy write
    • something like 80 to 20 write to read ratio as fast as we can go
  • Burst Write
    • light, spaced out 95 to 5 read to write with a few semi-random heavy write cycles.

Using these scenarios we can come up with timing, CPU usage and disk IO statistics.

@gburgett
Copy link
Owner Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant