Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 434 Bytes

README.md

File metadata and controls

28 lines (17 loc) · 434 Bytes

php-bench

Tools for benchmark PHP algorithms.

Alt php-bench

###Requirements:

  • PHP CLI 5.3+
  • Bash shell

###Installation:

git clone https://github.com/nafigator/php-bench.git .
git submodule init
git submodule update

###Usage:

./test <Class>

Class - class name from Tests directory.

###Examples:

./test CloneVsNew
./test IncludeVsRequire