Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 593 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 593 Bytes

Testing

Quality Control

Graviton uses travis-ci and scrutinizer-ci.

You will need to log in to scrutinizer once using you github account so you may be added to the project as admin or moderator as needed.

Profiling graviton

If you expect performance issues you may try to find them by profiling the code.

php -d xdebug.profiler_enable=1 -d xdebug.profiler_output_dir=./ vendor/bin/phpunit -c app/

This generates a files called cachegrind.out.<PPID> that you may inspect using kcachegrind or a similar tool.