From 2a1583742d14f4cd12bb963c9fd28e248c7e2952 Mon Sep 17 00:00:00 2001 From: Julien Tanguy Date: Tue, 17 Nov 2015 13:05:17 +0100 Subject: Copy benchmark report to haddock --- scripts/pushdoc.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'scripts') diff --git a/scripts/pushdoc.sh b/scripts/pushdoc.sh index 34c811a..ccae6c9 100644 --- a/scripts/pushdoc.sh +++ b/scripts/pushdoc.sh @@ -7,6 +7,9 @@ cabal haddock # Go to haddock output dir cd dist/doc/html/hmacaroons +# Copy benchmark +cp benchmark.html dist/doc/html/hmacaroons + # Quiet the git init message, since it's not useful in the build log git init > /dev/null 2>&1 -- cgit v1.2.3