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.
我将堆栈用作构建工具,并将标准用作基准测试库。要运行基准测试,我执行以下命令:
stack bench
Criterion 接受命令行参数来指定输出应写入的位置。我想将这些参数传递给由stack. 有没有办法做到这一点?
stack
stack bench --benchmark-arguments "--arguments --for --criterion"
(它在下面列出的选项中stack bench --help。)
stack bench --help