allow saving the bench report to an arbitrary location

This commit is contained in:
fanghr 2022-05-27 01:01:30 +08:00
parent ae91b9157b
commit bbc9953b9a
No known key found for this signature in database
GPG key ID: 0B261157257380F2
3 changed files with 40 additions and 2 deletions

View file

@ -212,13 +212,17 @@ benchmark agora-bench
import: lang, deps
hs-source-dirs: agora-bench
main-is: Main.hs
other-modules: Bench
other-modules:
Bench
Options
type: exitcode-stdio-1.0
build-depends:
, agora
, agora-sample
, agora-spec
, cassava
, optparse-applicative
executable agora-scripts
import: lang, deps, exe-opts