jarivas / php-performance
It is a tool to measure CPU and Memory usage throught different stages of a process
2.0.0
2024-11-18 15:32 UTC
Requires (Dev)
- jarivas/php-env: ^1.0
- jarivas/sql-models: *
- phpmd/phpmd: ^2.13
- phpstan/phpstan: *
- phpunit/phpunit: ^9.5
- squizlabs/php_codesniffer: 3.*
- symfony/var-dumper: ^6.2
- vimeo/psalm: ^5.4
This package is auto-updated.
Last update: 2024-11-18 15:34:28 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