Download the PHP package metallizzer/laravel-bench without Composer
On this page you can find all versions of the php package metallizzer/laravel-bench. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download metallizzer/laravel-bench
More information about metallizzer/laravel-bench
Files in metallizzer/laravel-bench
Package laravel-bench
Short Description Benchmark tool for Laravel
License MIT
Homepage https://github.com/Metallizzer/laravel-bench
Informations about the package laravel-bench
Benchmark tool inside your Laravel app
The metallizzer/laravel-bench package provides tool to compare different functions inside your Laravel app.
Installation
You can install the package via composer:
Next, you must publish the assets from this package.
Optionally, you can publish the config file of the package.
This is the content that will be published to config/bench.php
Usage
By default this package will only run in a local environment.
Visit /bench
in your local environment of your app to view the benchmark page.
You can also run benchmarks as artisan command
Use with passing benchmark class name
To run all available benchmarks just issue
To create a new command, use the bench:make Artisan command.
This command will create a new benchmark class in the app/Benchmarks directory.
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Credits
- Oleg Petrov
- All Contributors
License
The MIT License (MIT). Please see License File for more information.