Skip to content

sio/sysbench

Repository files navigation

This repo contains benchmark results obtained by running sysbench on the machines I've encountered.

Results are published in a sortable HTML table here

Running benchmarks

Clone this repository and execute make sysbench. This requires for sysbench binary to be available in $PATH.

Submitting results

  • Move the sysbench.log file generated by previous step into logs/ directory and give it a meaningful name
  • Add test results to database.yml, see sample diff
  • Submit a pull request!

Rendering results table

Execute make build from this repo top-level directory. Rendering HTML table will require a recent version of Python 3 with venv module available.