X-Git-Url: https://git.harvie.cz/?a=blobdiff_plain;f=demos%2Fperformance%2Ftest-performance2.sh;h=7298303f185eb9ba3c3e6b5c2250f8c45020484d;hb=c3eef81ff1a2fff494c9064196510e9fa22e23fb;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..7298303 100755 --- a/demos/performance/test-performance2.sh +++ b/demos/performance/test-performance2.sh @@ -1,5 +1,9 @@ #!/bin/sh +cat print2.rb +echo "Running..." +time ./print2.rb > /dev/null + cat print2.py echo "Running..." time ./print2.py > /dev/null