Index: src/benchmark/csv-data.c
===================================================================
--- src/benchmark/csv-data.c	(revision f31cb3e08cf37c7fb5c2951991dbcac21ca22fbd)
+++ src/benchmark/csv-data.c	(revision 8fa3c7e6fc91def126fa5c55bb2210be284e85cf)
@@ -84,4 +84,4 @@
 int main()
 {
-	sout | measure_coroutine() | ',' | measure_thread() | endl;
+	sout | time(NULL) | ',' | measure_coroutine() | ',' | measure_thread() | endl;
 }
