From 40f4374702a926b71cbc3b566c7aa5d4376e669b Mon Sep 17 00:00:00 2001 From: Лач Date: Fri, 24 Jul 2020 10:10:02 +0000 Subject: [PATCH] build: fix makefile comment --- --- a/Makefile +++ b/Makefile @@ -62,7 +62,7 @@ cd ../perf_tests/ $(call bench,large_string_join.jsonnet) - golang overflows os stack on this benchmark + # golang overflows os stack on this benchmark $(call bench-no-go,large_string_template.jsonnet) $(call bench,realistic1.jsonnet) $(call bench,realistic2.jsonnet) -- gitstuff