jarivas/php-performance

It is a tool to measure CPU and Memory usage throught different stages of a process

1.5 2023-08-14 10:23 UTC

This package is auto-updated.

Last update: 2024-04-14 11:51:43 UTC


README

It is a tool to measure CPU and Memory usage throught different stages of a process

How to install

composer require jarivas/php-performance

How to use

Please check the tests code on tests/Unit

Tests

  • Requires Docker
  • ./vendor/bin/phpunit

Develop hint

Please run

  • cp pre-commit-hook .git/hooks/pre-commit
  • chmod +x .git/hooks/pre-commit to add different kind of validations