X-Git-Url: https://git.harvie.cz/?a=blobdiff_plain;f=demos%2Fperformance%2Ftest-performance.sh;h=45cc4e0255b2725b3436ed6e7754eb3d10162705;hb=45cf8709a2e5d1a411834c14e6b78c441bb7bd6b;hp=e2de3e5af668e906853aab711dfba6793b946bf1;hpb=a30ccb5a13711904e08ce475aff75b037cab4abb;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