Re: [PHP-DEV] PHP Benchmark

2003-11-18 Thread Sebastian Bergmann
Stig S. Bakken wrote: > What about putting "SIGSEGV" there instead? :-) That's actually planned for the PHP-based benchmark executer :) -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Das Buch zu PHP 5: http://professionelle-softwareentwicklung-

Re: [PHP-DEV] PHP Benchmark

2003-11-18 Thread Stig S. Bakken
On Sun, 2003-11-16 at 17:46, Sebastian Bergmann wrote: > Markus Fischer wrote: > > first nearly all numbers appear capped at special values (?) > > Yes, this is odd. But I don't know the cause of it. > > > and second the "Member Access" has no value. > > This is because some of the tests wit

Re: [PHP-DEV] PHP Benchmark

2003-11-16 Thread Sebastian Bergmann
Joerg Behrens wrote: Just for the records.. Thank you, Jörg, but I don't think posting results here is needed. What is needed is a decision on whether to develop this project on cvs.php.net and if so in what module (PEAR or own) or to put it on SourceForge.net. I already received offers for su

Re: [PHP-DEV] PHP Benchmark

2003-11-16 Thread Joerg Behrens
- Original Message - From: "Sebastian Bergmann" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, November 15, 2003 8:13 AM Subject: [PHP-DEV] PHP Benchmark > A while ago I posted [1] a script that performed some micro-benchmarks > on PHP. > > I have now refined this ben

Re: [PHP-DEV] PHP Benchmark

2003-11-16 Thread Olivier Hill
Sebastian Bergmann wrote: The benchmark "suite" is available at http://www.sebastian-bergmann.de/PHP_Benchmark/ Any comments, feedback, corrections and additions are welcome, Sebastian Would it be useful to create a PEAR package with it? You'd have to wrap the suite into an object though

Re: [PHP-DEV] PHP Benchmark

2003-11-16 Thread Sebastian Bergmann
Markus Fischer wrote: > first nearly all numbers appear capped at special values (?) Yes, this is odd. But I don't know the cause of it. > and second the "Member Access" has no value. This is because some of the tests with Zend Optimizer segfault. -- Sebastian Bergmann http://sebastian-ber

Re: [PHP-DEV] PHP Benchmark

2003-11-16 Thread Markus Fischer
On Sun, Nov 16, 2003 at 12:09:55PM +0100, Sebastian Bergmann wrote : > Sebastian Bergmann wrote: > > The benchmark "suite" is available at > > > > http://www.sebastian-bergmann.de/PHP_Benchmark/ > > I added results with the Zend Optimizer 2.1.0. Some teste are looking a bit weird, e.

Re: [PHP-DEV] PHP Benchmark

2003-11-16 Thread Andrey Hristov
Sebastian Bergmann wrote: Sebastian Bergmann wrote: The benchmark "suite" is available at http://www.sebastian-bergmann.de/PHP_Benchmark/ I added results with the Zend Optimizer 2.1.0. Hi Sebastian, could you add a package (tar.gz, zip, tar.bz2, whatever) to be easy for the end user

Re: [PHP-DEV] PHP Benchmark

2003-11-16 Thread Sebastian Bergmann
Sebastian Bergmann wrote: > The benchmark "suite" is available at > > http://www.sebastian-bergmann.de/PHP_Benchmark/ I added results with the Zend Optimizer 2.1.0. -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Das Buch zu PHP 5: http://prof

Re: [PHP-DEV] PHP Benchmark

2003-11-15 Thread php
Quoting Sebastian Bergmann <[EMAIL PROTECTED]>: > A while ago I posted [1] a script that performed some micro-benchmarks > on PHP. > > I have now refined this benchmark by splitting the monolithic script > into one script per micro-benchmark thus performing each benchmark with >