laravel-tool/benchmark

Laravel tool benchmark

Installs: 8 109

Dependents: 0

Suggesters: 0

Security: 0

Stars: 2

Watchers: 2

Forks: 0

Open Issues: 0

Type:laravel-plugin

v0.4.0 2024-03-10 00:56 UTC

This package is auto-updated.

Last update: 2024-03-10 00:57:40 UTC


README

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();