X-Git-Url: https://git.harvie.cz/?a=blobdiff_plain;ds=sidebyside;f=demos%2Fperformance%2Ftest-performance2.sh;h=d0ef063b7987090c0eeb8bfa780b333eabd0f7ca;hb=b84246fd4f755e89ebc846521457cfb626faec21;hp=50f2eeff07da1353abd47c0c4587720f750e7e2f;hpb=cc0de701b6a1dd6d8c01352888c1be54676cd8e2;p=svn%2FCll1h%2F.git diff --git a/demos/performance/test-performance2.sh b/demos/performance/test-performance2.sh index 50f2eef..d0ef063 100755 --- a/demos/performance/test-performance2.sh +++ b/demos/performance/test-performance2.sh @@ -4,6 +4,10 @@ cat print2.py echo "Running..." time ./print2.py > /dev/null +cat print2.rb +echo "Running..." +time ./print2.rb > /dev/null + cat cout2.cpp echo "Compiling..." time g++ -O4 cout2.cpp -o cout2