You cannot use Travis CI to compare for runtime of php5.4 and 5.3 since the used boxes are propably either different and also under high load due to virtualization, but you can check for memory differences. And they are huge:
Doctrine 2: 5.3: http://travis-ci.org/#!/doctrine/doctrine2/jobs/593850 85.5 MB 5.4: http://travis-ci.org/#!/doctrine/doctrine2/jobs/593851 50 MB Symfony 2: 5.3: http://travis-ci.org/#!/symfony/symfony/jobs/624578 143 MB 5.4: http://travis-ci.org/#!/symfony/symfony/jobs/624579 91 MB On Sun, Feb 5, 2012 at 10:07 PM, Sebastian Bergmann <sebast...@php.net>wrote: > Am 05.02.2012 21:34, schrieb Jaroslav Hanslik: > > PHP 5.3.10 - Total time: 777 seconds, used: 316 MB RAM > > PHP 5.4.0RC7 - Total time: 452 seconds, used: 156 MB RAM > > phpDox, initial run for Zend Framework 2 > > PHP 5.4: Time: 54 seconds, Memory: 30.50Mb > PHP 5.3: Time: 01:09, Memory: 42.25Mb > > phpDox, cached run for Zend Framework 2 > > PHP 5.4: Time: 14 seconds, Memory: 4.75Mb > PHP 5.3: Time: 19 seconds, Memory: 7.50Mb > > -- > Sebastian Bergmann Co-Founder and Principal Consultant > http://sebastian-bergmann.de/ http://thePHP.cc/ > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > >