stack bench location - Haskell

Welcome to the Functional Programming Zulip Chat Archive. You can join the chat here.

reactormonk

Does stack generate the bin of a bench suite somewhere in a bin where I can call it directly?

William Yao

Ran stack build --bench in one of my projects just now, it gave me

Linking .stack-work/dist/x86_64-linux-nix/Cabal-3.0.1.0/build/string-interpolate-bench/string-interpolate-bench ...

Do you get something different?