Comment out broken Makefile target
diff --git a/Makefile b/Makefile
index e5ebfd3..142efd2 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,8 @@
 	./rebar -C rebar-test.config get compile
 	erl -pa deps/*/ebin ebin -noshell -run hyper perf_report -s init stop
 
-estimate_report:
-	./rebar -C rebar-test.config get compile
-	erl -pa deps/*/ebin ebin -noshell -run hyper estimate_report -s init stop
-	bin/plot.R
+# This report require additional dependencies stdlib2 and basho_stats
+# estimate_report:
+# 	./rebar -C rebar-test.config get compile
+# 	erl -pa deps/*/ebin ebin -noshell -run hyper estimate_report -s init stop
+# 	bin/plot.R