PHP bechmarks added
[svn/Cll1h/.git] / demos / performance / test-performance2.sh
index 4b5e95181bac706e8110ddfb8f2e4397eba9f4ff..46e4a1d6176a9857c1c137e2fe46f74da97c5329 100755 (executable)
@@ -8,6 +8,10 @@ cat print2.py
 echo "Running..."
 time ./print2.py > /dev/null
 
+cat echo2.php
+echo "Running..."
+time ./echo2.php > /dev/null
+
 cat cout2.cpp
 echo "Compiling..."
 time g++ -O2 cout2.cpp -o cout2
This page took 0.170663 seconds and 4 git commands to generate.