add benchmarking stub using plutus-benchmark

This commit is contained in:
Emily Martins 2022-02-09 18:39:13 +01:00
parent 0e916dfdfc
commit c1d267b401
5 changed files with 47 additions and 2 deletions

View file

@ -2,3 +2,7 @@ cradle:
cabal:
- path: "./src"
component: "lib:agora"
- path: "./bench"
component: "benchmark:agora-bench"
- path: "./test"
component: "test:agora-test"