]> git.immae.eu Git - github/fretlink/hmacaroons.git/blobdiff - .travis.yml
Copy benchmark report to haddock
[github/fretlink/hmacaroons.git] / .travis.yml
index 45796f3e0681577656adea5587b143c715ab0703..67c3e303d39e980c40b1b6549e1a423a3606fd7e 100644 (file)
@@ -85,7 +85,7 @@ script:
     fi
   - cabal build   # this builds all libraries and executables (including tests/benchmarks)
   - run-cabal-test test
-  - cabal bench
+  - cabal bench --benchmark-options="--output benchmark.html"
   - cabal check
   - cabal sdist   # tests that a source-distribution can be generated
     # Check that the resulting source distribution can be built & installed.