php-sqlsrv/test/Performance
2017-05-23 17:52:03 -07:00
..
benchmark Performance tests - initial commit 2017-05-05 17:32:09 -07:00
lib Update 2017-05-05 17:56:32 -07:00
composer.json Adding json install files 2017-05-23 12:44:09 -07:00
download_composer_setup.php Initial commit for automation script to set up the environment and run the tests 2017-05-23 17:52:03 -07:00
phpbench.json Adding json install files 2017-05-23 12:44:09 -07:00
README.md Update README.md 2017-05-23 12:43:18 -07:00
run-perf_tests.py Initial commit for automation script to set up the environment and run the tests 2017-05-23 17:52:03 -07:00
unlink_composer_setup.php Initial commit for automation script to set up the environment and run the tests 2017-05-23 17:52:03 -07:00

1. Install Composer - Dependency Manager for PHP

https://getcomposer.org/

Windows

Download and run Composer-Setup.exe https://getcomposer.org/Composer-Setup.exe

UNIX

php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');"
php -r "if (hash_file('SHA384', 'composer-setup.php') === '669656bab3166a7aff8a7506b8cb2d1c292f042046c5a994c43155c0be6190fa0355160742ab2e1c88d40d5be660b410') { echo 'Installer verified'; } else { echo 'Installer corrupt'; unlink('composer-setup.php'); } echo PHP_EOL;"
php composer-setup.php
php -r "unlink('composer-setup.php');"

2. Install PHPBench

composer install

3. Run benchmarks

./vendor/bin/phpbench run benchmark/ --time-unit="milliseconds" --report=aggregate