[phc-internals] [phc commit] r1193 - trunk/misc

codesite-noreply at google.com codesite-noreply at google.com
Fri Apr 25 04:38:07 IST 2008


Author: paul.biggar
Date: Thu Apr 24 20:37:48 2008
New Revision: 1193

Modified:
   trunk/misc/benchmark

Log:
Long benchmark wasnt working properly.


Modified: trunk/misc/benchmark
==============================================================================
--- trunk/misc/benchmark	(original)
+++ trunk/misc/benchmark	Thu Apr 24 20:37:48 2008
@@ -42,9 +42,10 @@
 }


-# use long benchmark for -l
 $filename = "test/subjects/3rdparty/benchmarks/zend/bench.php";
+$command = "./bench.out";

+# use long benchmark for -l
 if ($opt_long)
 {
 	$filename = "test/subjects/3rdparty/benchmarks/zend/long_bench.php";
@@ -58,8 +59,6 @@
 {
 	print "Initializing test\n";
 	`misc/comp -O $filename`;
-
-	$command = "./bench.out";
 }




More information about the phc-internals mailing list