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

Sequential I/O doesn't work properly #10

Open
gregs1104 opened this issue Oct 2, 2016 · 0 comments
Open

Sequential I/O doesn't work properly #10

gregs1104 opened this issue Oct 2, 2016 · 0 comments

Comments

@gregs1104
Copy link

Sequential I/O is supposed to wrap-around at the end of the file. The code for that throw a syntax error, and it had some other issues too. I have fixes for all the simple problems already.

It would also be nice if the sequential threads all started in different places too. One approach is to space the processes out evenly, so that if you had 10 threads they'd start at 10%, 20%, etc. This I didn't do yet as I want to look at how some other benchmark utilities handle this first. I did refactor the sequential code already so this sort of change is easier to make next.

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