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

New cowsql benchmarks #781

Merged
merged 3 commits into from
Aug 23, 2023
Merged

Conversation

freeekanayaka
Copy link
Contributor

This branch adds a couple of new benchmarks to the cowsql job:

  • the "raw" file system, in which the write speed of the underlying block device is measured
  • the "submit" benchmark command, in which the performance of appending raft log entries sequentially is measured

This makes it possible to also get rid and/or measure filesystem-related
overhead.

Signed-off-by: Free Ekanayaka <free@ekanayaka.io>
Run the "submit" sub-command of raft-benchmark, which performs sequential log
appends of new raft log entries.

Signed-off-by: Free Ekanayaka <free@ekanayaka.io>
The 1M buffer size is not that interesting, since it doesn't reflect a typical
real-world transaction payload size.

Signed-off-by: Free Ekanayaka <free@ekanayaka.io>
@stgraber stgraber merged commit 882c734 into lxc:main Aug 23, 2023
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants