This is an automated email from the ASF dual-hosted git repository. kocolosk pushed a commit to branch fix-tests-to-run-with-triq in repository https://gitbox.apache.org/repos/asf/couchdb-hyper.git
commit 79de6e6b04919ca64997220f536d35faf404ea7a Author: Adam Kocoloski <[email protected]> AuthorDate: Wed May 30 20:32:21 2018 -0400 Comment out broken Makefile target --- Makefile | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index e5ebfd3..142efd2 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,8 @@ perf_report: ./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 -- To stop receiving notification emails like this one, please contact [email protected].
