vanilla-php / benchmark-php

:rocket: A benchmark script for PHP and MySQL (Archived)
MIT License
192 stars 90 forks source link

Insert results into a database (optional) #8

Closed cp6 closed 5 years ago

cp6 commented 5 years ago

Added the ability to have the results be inserted into a MySQL database. Helps with comparing multiple servers as it puts all the results together in one place. Includes the sql create query file.

odan commented 5 years ago

Hi @cp6

Thank you for the PR, but I want to keep this script as simple as possible and therefore does not want to add any new features.