PHP bechmarks added
[svn/Cll1h/.git] / demos / performance / test-performance.sh
index be50320259ecf0dfb69514824feedf99ca998085..7c9af2f8cebb6b08ea0ab183686219f676a8f430 100755 (executable)
@@ -8,16 +8,20 @@ cat print.py
 echo "Running..."
 time ./print.py > /dev/null
 
-cat cout.cpp
-echo "Compiling..."
-time g++ -O2 cout.cpp -o cout
+cat echo.php
 echo "Running..."
-time ./cout > /dev/null
+time ./echo.php > /dev/null
 
 cat print.pl
 echo "Running..."
 time ./print.pl > /dev/null
 
+cat cout.cpp
+echo "Compiling..."
+time g++ -O2 cout.cpp -o cout
+echo "Running..."
+time ./cout > /dev/null
+
 cat cll1-print.c
 echo "Compiling..."
 time gcc -O2 cll1-print.c -o cll1-print
This page took 0.090153 seconds and 4 git commands to generate.