Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试从基准测试库中传递--small选项。hs-gauge
--small
hs-gauge
我正在寻找类似的东西,stack所以我可以简单地写:
stack
cabal new-bench --benchmark-arguments="--small"
如何将参数传递给cabal new-bench命令?
cabal new-bench
截至目前,此用法不受以下支持new-bench: https ://github.com/haskell/cabal/issues/4643 (一种解决方法是手动运行可执行文件)
new-bench