Closed RyanGlScott closed 8 years ago
Ah, never mind - this isn't criterion
-based, so it's probably not meant to be run like this. Sorry for the noise.
Thanks for the info, Ryan. The benchmark test requires a network setup and port parameters.
If this is causing problems, I could make the benchmark suite a no-operation, if the required parameters are missing?
That would be acceptable, I think - or even spitting out a warning/error message explaining what the user needs to provide to {cabal,stack} bench
to make it work.
Context: I'm running all of the benchmarks on Stackage by downloading them and running stack bench
to gain benchmark results. This works pretty well for 90% of the cases, since most benchmarks use criterion
, but there are corner cases like this one where you do need to provide input. Any guidance I can get in making it work would be appreciated!
Steps to reproduce:
See also https://github.com/iu-parfunc/sc-haskell/issues/7