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