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