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

Add parameterized object read/write benchmarks #190

Open
wants to merge 9 commits into
base: master
Choose a base branch
from

Conversation

konradgithuup
Copy link

Replace object read/write benchmarks with a parameterized benchmark under the path /object/object/rw.

The benchmarks consist of read/write benchmarks for

  • single and batch operations
  • sequential, random and zipfian access patterns
  • variable block sizes
  • variable read/write ratios

The parameters are incorporated into the benchmarks name
/object/object/rw/{PATTERN}{-batch}? <{RATIO}w> {BLOCK_SIZE}
/object/object/rw/zipf-batch <0.50w> 1MiB
Depending on the block size it is either displayed in KiB or MiB in order to take up less space.

For the variable read-write ratio to work we have to write into the file first.
To benchmark write operations on an empty file instead, a separate write benchmark is also included.

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

Successfully merging this pull request may close these issues.

None yet

1 participant