laravel-tool/benchmark

Laravel tool benchmark
8,410 2
Install
composer require laravel-tool/benchmark
Latest Version:v0.4.0
PHP:^8.1
License:MIT
Last Updated:Mar 10, 2024
Links: GitHub  ·  Packagist
Maintainer: mxp100

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

Related Packages

lanin/laravel-extend-testcase

Add more functionality to default Laravel 5.1 TestCase.

7 1
yk/laravel-benchmark

A Laravel benchmark example.

16 0
mpociot/laravel-test-factory-helper

Generate Laravel test factories from your existing models

643,388 929
talyssonoc/phactory-laravel

Use Phactory inside Laravel

16 2
tarampampam/laravel-dusk

Application for unit/browser tests, based on Laravel framework.

15 0