fine tuning of tests
[svn/Cll1h/.git] / demos / performance / test-performance2
index 19d2bc5763bb96e511710473bb50fef372086012..736593dcc5c0c9cf39dc3e76195cc2b094c1219a 100755 (executable)
@@ -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
This page took 0.137215 seconds and 4 git commands to generate.