Index: benchmark/benchcltr.hfa
===================================================================
--- benchmark/benchcltr.hfa	(revision ec21f1328840e8dfb51c98e24c53a8afc1d1235e)
+++ benchmark/benchcltr.hfa	(revision b813f53fc0dfce3e9f17e185d9b6d30753ed0409)
@@ -96,6 +96,6 @@
 		end = getTimeNsec();
 		Duration delta = end - start;
-		if(is_tty) {
-			printf("\r%.1f", delta`ds);
+		/*if(is_tty)*/ {
+			printf(" %.1f\r", delta`ds);
 			fflush(stdout);
 		}
Index: benchmark/readyQ/yield.cfa
===================================================================
--- benchmark/readyQ/yield.cfa	(revision ec21f1328840e8dfb51c98e24c53a8afc1d1235e)
+++ benchmark/readyQ/yield.cfa	(revision b813f53fc0dfce3e9f17e185d9b6d30753ed0409)
@@ -102,5 +102,5 @@
 		printf("Yields/sec/procs    : %'18.2lf\n", (((double)global_counter) / nprocs) / (end - start)`s);
 		printf("ns per yields/procs : %'18.2lf\n", ((double)(end - start)`ns) / (global_counter / nprocs));
-
+		fflush(stdout);
 	}
 }
