This is a simple project to do benchmark tests on PHP-FPM images.
docker-compose up -d --buildThis will output the average time, in JSON format.
docker-compose exec bench php /app/compare.phpThe comparison script is in the /compare.php file, feel free to have a look and edit as needed.
The benchmark script is located in the app/benchmark.php file within each of the images directories.
There is a base version available in the /data directory.
- Fix healthcheck