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