Skip to content

Commit

Permalink
Don't run benchmark.
Browse files Browse the repository at this point in the history
  • Loading branch information
gildor478 committed Sep 13, 2019
1 parent 7526ff5 commit fb9d88f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test/dune
@@ -1,7 +1,7 @@
(test
(name benchFind)
(modules benchFind)
(libraries fileutils))
;; (test
;; (name benchFind)
;; (modules benchFind)
;; (libraries fileutils))

(test
(name test)
Expand Down

1 comment on commit fb9d88f

@zapashcanon
Copy link
Contributor

@zapashcanon zapashcanon commented on fb9d88f Sep 14, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@gildor478 You can just change test to executable, so it won't be run when doing dune runtest, but it'll still be built and executable via dune exec test/benchFind.exe.

Please sign in to comment.