add size benchmarking for scripts to agora-bench

This commit is contained in:
Emily Martins 2022-05-18 16:28:26 +02:00
parent b050c746ac
commit b4b85e623f
3 changed files with 72 additions and 8 deletions

View file

@ -198,8 +198,11 @@ benchmark agora-bench
import: lang, deps
hs-source-dirs: agora-bench
main-is: Main.hs
other-modules: Bench
type: exitcode-stdio-1.0
build-depends: agora
build-depends:
, agora
, agora-sample
executable agora-purescript-bridge
import: lang, deps, exe-opts