-
Notifications
You must be signed in to change notification settings - Fork 170
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
update umbra results #295
base: main
Are you sure you want to change the base?
update umbra results #295
Conversation
I conducted tests using the c6a.4xlarge instance type so far, but the results I obtained is significantly deviated from those reported in the PR. Here is the logs for your reference https://pastila.nl/?004f715e/b8abaf8f576db05761d58384f793885e#8fprgaf2QyvhCjaZW8EOgA== |
Unrelated to this particular PR but related to the umbra's benchmark.sh script: Why does it enables direct i/o rather than the default buffered i/o (as other tests do) ? |
@chhetripradeep thanks for validating the results. My assumption is that you used a smaller ebs volume. Check out this document by aws: https://docs.aws.amazon.com/ebs/latest/userguide/general-purpose.html#gp2-performance
What ebs size did you use? |
Indeed, that might be the reason. I changed the size of the disk from 250G to 500G and it may not have fully applied. I will create a fresh new instance in order to remove this entropy. |
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.
With 500G disk, the results are reproducible.
If you are interested in difference between direct i/o and buffered i/o results, cold run (buffered i/o) is bit slower than cold run (direct i/o): https://pastila.nl/?0028f31a/899da606e28144e6b024a9050c5f6fdc#RESfw30rg8hih9TPjPcqjA== |
Thanks for evaluating this, we use direct-io in all our deployments and will change the default for this setting for the next release. |
The latest results from Umbra.
Measurements were done on c6a.metal and c6a.4xlarge.