X-Git-Url: http://git.harvie.cz/?a=blobdiff_plain;f=demos%2Fperformance%2Ftest-performance2;h=736593dcc5c0c9cf39dc3e76195cc2b094c1219a;hb=b836e2422e0b72efed1ac2bccbcc9060b328d36b;hp=19d2bc5763bb96e511710473bb50fef372086012;hpb=81088cecf25774a3506a648bd2254079d48f77da;p=svn%2FCll1h%2F.git diff --git a/demos/performance/test-performance2 b/demos/performance/test-performance2 index 19d2bc5..736593d 100755 --- a/demos/performance/test-performance2 +++ b/demos/performance/test-performance2 @@ -1,5 +1,4 @@ #!/bin/sh -clear cat print2.py echo "Running..." @@ -23,6 +22,6 @@ time ./printf2 > /dev/null cat fputs2.c echo "Compiling..." -make fputs2 +time make fputs2 echo "Running..." time ./fputs2 > /dev/null