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

Commits on Aug 23, 2023

  1. test-cowsql-benchmark: Run benchmarks also using raw block device

    This makes it possible to also get rid and/or measure filesystem-related
    overhead.
    
    Signed-off-by: Free Ekanayaka <free@ekanayaka.io>
    freeekanayaka committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    3b33472 View commit details
    Browse the repository at this point in the history
  2. test-cowsql-benchmark: Run sequential log append benchmark

    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>
    freeekanayaka committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    cc88210 View commit details
    Browse the repository at this point in the history
  3. test-cowsql-benchmark: Replace the 1M buffer size with the 8k one

    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>
    freeekanayaka committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    e985a95 View commit details
    Browse the repository at this point in the history