8000 GitHub - Caroga/benchmark: PHP Server benchmarking
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Caroga/benchmark

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PHP benchmark

Simple PHP server benchmarking.

This tool can help you determine if a hosting environment is suited for your projects in terms of:

  • PHP.ini setings that affect uploads;
  • CPU speed available to your PHP instance;
  • Disk IOPS available to your PHP instance;

How to install:

composer create-project hyperized/benchmark

Copy the /config/config.yml.example to /config/config.yml and adjust to your preferences.

How to run:

Locally with CLI

php benchmark.php

Locally with development server

php -S localhost:8000 benchmark.php

Remotely

Install on the server by running composer and visiting the /benchmark.php page of the directory the project is installed at.

Contribution

I'm open to improvements and new benchmarks via pull requests

Issues can be reported through Issues. Please include the full output of the script and your config file without the password.

Credit

Credit where credit is due:

About

PHP Server benchmarking

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%
0