Index: src/benchmark/Makefile.am
===================================================================
--- src/benchmark/Makefile.am	(revision d2d50d79623ddb1e9f3a2454fca4c1026c618cf6)
+++ src/benchmark/Makefile.am	(revision 2e9aed42d469b0fedc4f55d73dca46a3152f1743)
@@ -59,4 +59,8 @@
 	@echo -e '\t"githash": "'${githash}'",'
 	@echo -e '\t"arch": "'   ${arch}   '",'
+	@echo -e '\t"compile": {'
+	@+make compile TIME_FORMAT='%e,' PRINT_FORMAT='\t\t\"%s\" :'
+	@echo -e '\t\t"dummy" : {}'
+	@echo -e '\t},'
 	@echo -e '\t"ctxswitch": {'
 	@echo -en '\t\t"coroutine":'
Index: src/benchmark/Makefile.in
===================================================================
--- src/benchmark/Makefile.in	(revision d2d50d79623ddb1e9f3a2454fca4c1026c618cf6)
+++ src/benchmark/Makefile.in	(revision 2e9aed42d469b0fedc4f55d73dca46a3152f1743)
@@ -473,4 +473,8 @@
 	@echo -e '\t"githash": "'${githash}'",'
 	@echo -e '\t"arch": "'   ${arch}   '",'
+	@echo -e '\t"compile": {'
+	@+make compile TIME_FORMAT='%e,' PRINT_FORMAT='\t\t\"%s\" :'
+	@echo -e '\t\t"dummy" : {}'
+	@echo -e '\t},'
 	@echo -e '\t"ctxswitch": {'
 	@echo -en '\t\t"coroutine":'
