This repo contains benchmark results obtained by running sysbench on the machines I've encountered.
Results are published in a sortable HTML table here
Clone this repository and execute make sysbench. This requires for
sysbench binary to be available in $PATH.
- Move the
sysbench.logfile generated by previous step intologs/directory and give it a meaningful name - Add test results to
database.yml, see sample diff - Submit a pull request!
Execute make build from this repo top-level directory. Rendering HTML table
will require a recent version of Python 3 with venv module available.