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