Benchmark Php Save

:rocket: A benchmark script for PHP and MySQL (Archived)

Project README

benchmark-php

This is a PHP benchmark script to compare the runtime speed of PHP and MySQL. This project is inspired by www.php-benchmark-script.com (Alessandro Torrisi) an www.webdesign-informatik.de. In my point of view this script is more correct and comparable for different servers.

Screenshot

benchmark_v12

Setup

Upload benchmark.php and execute it:

HTML response:

http://www.example.com/benchmark.php

JSON response:

http://www.example.com/benchmark.php?json

MySQL Setup (optional)

  • Open benchmark.php
  • Edit this lines
$options['db.host'] = 'hostname';
$options['db.user'] = 'username';
$options['db.pw'] = 'password';
$options['db.name'] = 'database';
  • Upload and run the script
Open Source Agenda is not affiliated with "Benchmark Php" Project. README Source: vanilla-php/benchmark-php
Stars
169
Open Issues
1
Last Commit
8 months ago
License
MIT

Open Source Agenda Badge

Open Source Agenda Rating