PHP bechmarks added
[svn/Cll1h/.git] / demos / performance / echo.php
diff --git a/demos/performance/echo.php b/demos/performance/echo.php
new file mode 100755 (executable)
index 0000000..39b6a2b
--- /dev/null
@@ -0,0 +1,7 @@
+#!/usr/bin/php5 -q
+<?php
+for ( $i=0; $i<10000000; $i++ )
+{
+ echo "stuff1\n";
+}
+?>
This page took 0.197799 seconds and 4 git commands to generate.