X-Git-Url: http://git.harvie.cz/?a=blobdiff_plain;f=demos%2Fperformance%2Ftest-performance.sh;h=45cc4e0255b2725b3436ed6e7754eb3d10162705;hb=47e4883a12f36914d419e9e5fd1a0ff97227c093;hp=e2de3e5af668e906853aab711dfba6793b946bf1;hpb=2814fb597e395b54b421123dd51fff55866f1faf;p=svn%2FCll1h%2F.git diff --git a/demos/performance/test-performance.sh b/demos/performance/test-performance.sh index e2de3e5..45cc4e0 100755 --- a/demos/performance/test-performance.sh +++ b/demos/performance/test-performance.sh @@ -69,7 +69,7 @@ cat cll1-echo.c echo -n "Compiling..." time tcc cll1-echo.c -o cll1-echo echo -n "Running..." -time ./puts > /dev/null +time ./cll1-echo > /dev/null echo "--------------------------------------------------- C - tcc - puts" cat puts.c