https://github.com/sio/sysbench
Sysbench Test Results
https://github.com/sio/sysbench
benchmark sysbench
Last synced: 9 months ago
JSON representation
Sysbench Test Results
- Host: GitHub
- URL: https://github.com/sio/sysbench
- Owner: sio
- License: apache-2.0
- Created: 2021-09-22T09:23:20.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-09-01T15:20:07.000Z (over 3 years ago)
- Last Synced: 2025-02-11T20:49:53.900Z (11 months ago)
- Topics: benchmark, sysbench
- Language: JavaScript
- Homepage: https://sio.github.io/sysbench
- Size: 68.4 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [Sysbench Test Results][results]
This repo contains benchmark results obtained by running sysbench on the
machines I've encountered.
Results are published in a sortable HTML table [here][results]
[results]: https://sio.github.io/sysbench
### Running benchmarks
Clone this repository and execute `make sysbench`. This requires for
[sysbench] binary to be available in $PATH.
[sysbench]: https://github.com/akopytov/sysbench
### 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](https://github.com/sio/sysbench/commit/f2d18fdaf82b36ece5d8645697bb1a896f248065)
- 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.