-
Notifications
You must be signed in to change notification settings - Fork 5
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
Allow for random IO workloads via fio - default to sequential #67
Conversation
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.
Awesome stuff! Looks good once the whitespace is removed.
bobber/lib/tests/run_tests.py
Outdated
f'read_pattern_{args.read_pattern}_' | ||
f'write_pattern_{args.read_pattern}_' |
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.
This doesn't change anything with our parser, correct? I don't think it should as it shouldn't expect a rigid structure for the log's filename, but something I'd want to double check.
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.
Still need to test - worst case, will try to test locally on my Mac.
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.
Let me know if you want me to run on my workstation and I can test it out too.
faf953e
to
477b218
Compare
363fff6
to
55587ff
Compare
Updated read-pattern argument to random in the CI test - this lets us test the default and the alternate argument between reads and writes in the same test sweep. If this passes CI, I am comfortable merging it. |
62c93f6
to
988cecc
Compare
Signed-Off-By: Joe Handzik <jhandzik@nvidia.com>
988cecc
to
05c046b
Compare
Signed-Off-By: Joe Handzik jhandzik@nvidia.com