Skip to content

Commit

Permalink
Move benchmarks to bench/ directory
Browse files Browse the repository at this point in the history
  • Loading branch information
abailly-iohk authored and pgrange committed May 25, 2023
1 parent 1116049 commit f9cb3ca
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions hydra-node/hydra-node.cabal
Expand Up @@ -213,7 +213,7 @@ executable hydra-tools

benchmark tx-cost
import: project-config
hs-source-dirs: exe/tx-cost
hs-source-dirs: bench/tx-cost
main-is: Main.hs
other-modules: TxCost
type: exitcode-stdio-1.0
Expand Down Expand Up @@ -241,7 +241,7 @@ benchmark tx-cost

benchmark micro
import: project-config
hs-source-dirs: exe/micro-bench
hs-source-dirs: bench/micro-bench
main-is: Main.hs
type: exitcode-stdio-1.0
build-depends:
Expand Down

0 comments on commit f9cb3ca

Please sign in to comment.