Looking to hire Laravel developers? Try LaraJobs

benchmark maintained by laravel-tool

Description
Laravel tool benchmark
Last update
2024/03/10 01:56 (dev-master)
License
Links
Downloads
8 410

Comments
comments powered by Disqus

Laravel Tool Benchmark

Collecting action execution times in Lumen/Laravel

Installation

Composer

composer require laravel-tool/benchmark

Laravel

Service provider auto discovered

Lumen

Add to bootstrap/app.php

$app->register(LaravelTool\Benchmark\ServiceProvider::class);

Usage

Get list

Benchmark::index();

Clear data

Benchmark::clear();