lstrojny / phpunit-clever-and-smart

Smarter test runner for PHPUnit
170 stars 13 forks source link

Benchmark #15

Closed staabm closed 10 years ago

staabm commented 10 years ago

Add a testsuite of a stable external project (maybe just a released version) and compare suite runtime with and without clever&smart test listener to measure the actual overhead

lstrojny commented 10 years ago

Symfony comes to mind, Zend Framework 2 as well.

staabm commented 10 years ago

What do you think how to include the framework suites? Composer require-dev or git submodule or something else?

For the actual benchmark I would propose using https://github.com/polyfractal/athletic

lstrojny commented 10 years ago

Didn’t know about athletic, looks great. require-dev sounds like a good idea for inclusion.

staabm commented 10 years ago

Ok will try to get something running tomorrow...

staabm commented 10 years ago

Dup of #21