How to use the headquarters bench

I played using the stack for a small haskell application, so far I could create and test perfectly, and I was interested in looking at performance, so I tried stack bench, however, that’s all that seems to be happening:

c:\Users\jk\projects\foo>stack bench
stack bench

I don’t think he could do something? My application is not working. Is Presuembly some kind of configuration that I am missing?

+1
source share
1 answer

stack benchany test suite defined in your file will run foo.cabal. Without seeing this, it’s hard to say more; note that you can work with -vto get more results.

, , , , - , stack bench , :)

+2

Source: https://habr.com/ru/post/1612715/


All Articles