X-Git-Url: http://git.harvie.cz/?a=blobdiff_plain;f=demos%2Fperformance%2Ftest-performance2.sh;h=46e4a1d6176a9857c1c137e2fe46f74da97c5329;hb=ba41861f8912ff0c31924d7f76afbafe79758183;hp=4b5e95181bac706e8110ddfb8f2e4397eba9f4ff;hpb=7150dd0b97c58af61d3dcc6e5d9ac38fb0fc39d4;p=svn%2FCll1h%2F.git diff --git a/demos/performance/test-performance2.sh b/demos/performance/test-performance2.sh index 4b5e951..46e4a1d 100755 --- a/demos/performance/test-performance2.sh +++ b/demos/performance/test-performance2.sh @@ -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