X-Git-Url: http://git.harvie.cz/?a=blobdiff_plain;f=demos%2Fperformance%2Ftest-performance.sh;fp=demos%2Fperformance%2Ftest-performance;h=9bc731bc60f1e24d3dfee4bcda86159da5566acc;hb=d8394559dce40ff40b40525aa68087863efe7c1f;hp=c7e1ddf6c242a7899436c23ebce7af65c0fb728c;hpb=5a5eb547235b4b5f306022cbfd6727828cc622e5;p=svn%2FCll1h%2F.git diff --git a/demos/performance/test-performance b/demos/performance/test-performance.sh similarity index 84% rename from demos/performance/test-performance rename to demos/performance/test-performance.sh index c7e1ddf..9bc731b 100755 --- a/demos/performance/test-performance +++ b/demos/performance/test-performance.sh @@ -4,6 +4,12 @@ cat print.py echo "Running..." time ./print.py > /dev/null +cat cout.cpp +echo "Compiling..." +time make cout +echo "Running..." +time ./cout > /dev/null + cat print.pl echo "Running..." time ./print.pl > /dev/null