Skip to content
This repository has been archived by the owner on Aug 21, 2023. It is now read-only.
/ performer Public archive

Simple helper to test your code performance

License

Notifications You must be signed in to change notification settings

bbsnly/performer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Performer

Total Downloads Latest Stable Version License

This package helps you to understand better how efficient your code is.

Table of Contents

Install

Require this package with composer.

composer require bbsnly/performer

Requirements

  • php >= 7.2

Usage

$performer = new \Bbsnly\Performer\Performer;

$performer->run(function () {
    // do something
});

Contributing

Thank you for considering contributing to the Performer!

License

The Performer is open-sourced software licensed under the MIT license.