Re: [PHP-DEV] PHP 5.4 Benchmarks

2012-02-06 Thread Larry Garfield
Yowza. If I were seeing that kind of memory change in just one project I'd say there was a bug and the code was just dying. :-) What sort of configuration were you using in each case? A 512 KB Drupal process seems, um, low, especially compared to the other projects listed there. (Drupal 7 i

Re: [PHP-DEV] PHP 5.4 Benchmarks

2012-02-05 Thread Dmitry Stogov
Hi, I've just rerun some synthetic and real-life benchmarks. All the test were run on the same box (Linux, Core2 Duo 3GHz, 4GB RAM). 5.3 and 5.4 where configured and build with the same options and ran as FastCGI server with the same number of processes and set of extensions. PHP performance

Re: [PHP-DEV] PHP 5.4 Benchmarks

2012-02-05 Thread Pierre Joye
On Mon, Feb 6, 2012 at 1:03 AM, Christopher Jones wrote: > Windows PHP 5.4 is built using profile-guided optimizations, but > PHP 5.3 isn't.  My reading of Pierre's own benchmarks are that this > seems to be contributing significantly to the 5.4 gains on Windows. > It makes Windows a poor platfor

Re: [PHP-DEV] PHP 5.4 Benchmarks

2012-02-05 Thread Christopher Jones
On 2/5/12 10:26 AM, Timm Friebe wrote: Hi, As many of you know we made huge improvements in PHP 5.4 memory usage (enabling higher concurrency) and runtime performance. Here are the unit test results for https://github.com/xp-framework/xp-framework and https://github.com/xp-framework/xp-lan

Re: [PHP-DEV] PHP 5.4 Benchmarks

2012-02-05 Thread Timm Friebe
Hi, > As many of you know we made huge improvements in PHP 5.4 memory usage > (enabling higher concurrency) and runtime performance. Here are the unit test results for https://github.com/xp-framework/xp-framework and https://github.com/xp-framework/xp-language after applying workarounds for tw

RE: [PHP-DEV] PHP 5.4 Benchmarks

2012-02-01 Thread Andi Gutmans
Absolutely. Will gather those and send them over... Andi >-Original Message- >From: Johannes Schlüter [mailto:johan...@schlueters.de] >Sent: Wednesday, February 01, 2012 10:49 AM >To: Andi Gutmans >Cc: internals@lists.php.net >Subject: Re: [PHP-DEV] PHP 5.4 Benchmarks

Re: [PHP-DEV] PHP 5.4 Benchmarks

2012-02-01 Thread Sean Coates
> APC should join the party soon, not sure yet if it is ready yet. We > will run compat tests first. I ran into a crashing blocker with APC on 5.4: https://bugs.php.net/bug.php?id=60845 If anyone has the bandwidth to look into that, I'd love to help out in any way I can. (Sorry for the thread h

Re: [PHP-DEV] PHP 5.4 Benchmarks

2012-02-01 Thread Johannes Schlüter
On Wed, 2012-02-01 at 18:08 +, Andi Gutmans wrote: > We've done our own benchmarks but it'd be great to hear from others Can we also hear from you? :-) johannes who doesn't have proper benchmarks himself, but is interested in seeing them ;-) -- PHP Internals - PHP Runtime Development

RE: [PHP-DEV] PHP 5.4 Benchmarks

2012-02-01 Thread Andi Gutmans
hat others are seeing. Thanks, Andi >-Original Message- >From: Pierre Joye [mailto:pierre@gmail.com] >Sent: Wednesday, February 01, 2012 10:37 AM >To: Andi Gutmans >Cc: internals@lists.php.net >Subject: Re: [PHP-DEV] PHP 5.4 Benchmarks > >hi! > >I could a

Re: [PHP-DEV] PHP 5.4 Benchmarks

2012-02-01 Thread Pierre Joye
-Original Message- >>From: Pierre Joye [mailto:pierre@gmail.com] >>Sent: Wednesday, February 01, 2012 10:19 AM >>To: Andi Gutmans >>Cc: internals@lists.php.net >>Subject: Re: [PHP-DEV] PHP 5.4 Benchmarks >> >>hi Andi, >> >>We do automat

RE: [PHP-DEV] PHP 5.4 Benchmarks

2012-02-01 Thread Andi Gutmans
Cache results are of course important. Memory usage would be great too. Thanks!! Andi >-Original Message- >From: Pierre Joye [mailto:pierre@gmail.com] >Sent: Wednesday, February 01, 2012 10:19 AM >To: Andi Gutmans >Cc: internals@lists.php.net >Subject: Re:

Re: [PHP-DEV] PHP 5.4 Benchmarks

2012-02-01 Thread Pierre Joye
hi Andi, We do automatic perf tests as part of the CI. Some of the results can be seen here for example here: http://windows.php.net/downloads/snaps/ostc/pftt/perf/results-20120119-5.3.9-5.4.0RC6.html for a 5.3.9 vs 5.4.0RC6 comparison. There are other in the same location. We are going to do a