2017 © Pedro Peláez
 

library bt

Simple tool to benchmark

image

avandrevitor/bt

Simple tool to benchmark

  • Monday, January 8, 2018
  • by avandrevitor
  • Repository
  • 2 Watchers
  • 4 Stars
  • 11 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

bt

Build Status Code Climate Test Coverage, (*1)

Benchmarking Tools, (*2)

Utils

phploc
php vendor/bin/phploc src --log-xml=build/logs/phploc.xml
phpcs
php vendor/bin/phpcs --standard=PSR2 --bootstrap=vendor/autoload.php --report=xml --report-file=build/logs/checkstyle.xml src/
phpmd
php vendor/bin/phpmd src/ html cleancode, codesize, controversial, design, naming, unusedcode > build/logs/phpmd.html
phpcpd
php vendor/bin/phpcpd --log-pmd=build/logs/phpmd-phpcpd.xml --progress src/
pdepend
php vendor/bin/pdepend --jdepend-xml=build/logs/jdepend.xml --jdepend-chart=build/logs/pdepend.svg --overview-pyramid=build/logs/overview-pdepend.svg --coderank-mode=method src/
phpunit
php vendor/bin/phpunit 
phpdox
php vendor/bin/phpdox

The Versions