Index: benchmark/io/readv.cfa
===================================================================
--- benchmark/io/readv.cfa	(revision 2489d3171d9cea7ac76e8425d2473a9497537b10)
+++ benchmark/io/readv.cfa	(revision 038be329339961a3cec3bfe7f6650d5e05f14957)
@@ -40,4 +40,8 @@
 
 int main(int argc, char * argv[]) {
+	#if !defined(__CFA_NO_STATISTICS__)
+		print_stats_at_exit( *active_cluster() );
+	#endif
+
 	double duration   = 5.0;
 	unsigned long int nthreads = 2;
@@ -46,5 +50,4 @@
 	printf("Setting local\n");
 	setlocale(LC_NUMERIC, "");
-
 
 	arg_loop:
