Index: benchmark/readyQ/yield.cfa
===================================================================
--- benchmark/readyQ/yield.cfa	(revision cb8560391e7b57b539b8deb6a5eb90a63d7a5bcf)
+++ 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);
 	}
 }
