laravel-tool/benchmark is a Laravel package for laravel tool benchmark.
It currently has 2 GitHub stars and 8.410 downloads on Packagist (latest version v0.4.0).
Install it with composer require laravel-tool/benchmark.
Discover more Laravel packages by laravel-tool
or browse all Laravel packages to compare alternatives.
Last updated
Collecting action execution times in Lumen/Laravel
composer require laravel-tool/benchmark
Service provider auto discovered
Add to bootstrap/app.php
$app->register(LaravelTool\Benchmark\ServiceProvider::class);
Benchmark::index();
Benchmark::clear();