Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:12955 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 20710 invoked by uid 1010); 23 Sep 2004 23:43:11 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 20686 invoked from network); 23 Sep 2004 23:43:11 -0000 Received: from unknown (HELO mail.zend.com) (80.74.107.235) by pb1.pair.com with SMTP; 23 Sep 2004 23:43:11 -0000 Received: (qmail 24192 invoked from network); 23 Sep 2004 23:43:09 -0000 Received: from localhost (HELO AndiNotebook.zend.com) (127.0.0.1) by localhost with SMTP; 23 Sep 2004 23:43:09 -0000 Message-ID: <5.1.0.14.2.20040923164101.04382ec0@localhost> X-Sender: andi@localhost X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Thu, 23 Sep 2004 16:42:48 -0700 To: internals@lists.php.net Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Subject: Benchmark of new VM From: andi@zend.com (Andi Gutmans) Hi, Take it at face value but I get the following results with the new VM vs. 5.0.x on the bench.php script I commited to php5/Zend/tests. PHP 5.0.x PHP 5.1.x 37.5secs vs 29secs You know I'm not a big believer in synthetic benchmarks but it's still quite nice. Andi