A comparison between some VPS providers. It uses Ansible to perform a series of automated benchmark tests over the VPS servers that you specify. It allows the reproducibility of those tests by anyone that wanted to compare these results to their own. All the tests results are available in order to provide independence and transparency.
all logfiles are automatically checksummed, the checksums are saved alongside the files in ../logs (To address #3 )
fixed errors caused by outdated links (mariadb source) and changes upstream (apachebench docker image)
playbook is now compatible with all versions of Debian >= 8 and Ubuntu >= 16.04
I've tried to make it so that benchmark-relevant packages are as independent of the underlying distribution as possible. To this end, I decided to use the current 1.x branch of sysbench for all distros instead of backporting (frontporting?) 0.4.x branch to the newer ones.
Main changes:
I've tried to make it so that benchmark-relevant packages are as independent of the underlying distribution as possible. To this end, I decided to use the current 1.x branch of sysbench for all distros instead of backporting (frontporting?) 0.4.x branch to the newer ones.