Download the PHP package yk/laravel-benchmark without Composer
On this page you can find all versions of the php package yk/laravel-benchmark. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download yk/laravel-benchmark
More information about yk/laravel-benchmark
Files in yk/laravel-benchmark
Package laravel-benchmark
Short Description A Laravel benchmark example.
License GPLv2
Homepage https://github.com/yassine-khachlek/laravel-benchmark
Informations about the package laravel-benchmark
Laravel Benchmark
Provide benchmark for artisan command.
Installation
Install wia composer:
And add the service provider in config/app.php:
How to use
To calculate benchmark speeds for an artisan command:
You can easy save test results by redirecting the output to file, example:
Note
You can perform benchmarks only for commands without parameters
TODO
- Add support for commands with parameters
- Change performance values calculation by providing the average of multiple test.
License
GPLv2
Copyright (c) 2016 Yassine Khachlek [email protected]
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.