allow saving the bench report to an arbitrary location
This commit is contained in:
parent
ae91b9157b
commit
bbc9953b9a
3 changed files with 40 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue