Skip to content

Commit

Permalink
debug current-bench
Browse files Browse the repository at this point in the history
  • Loading branch information
art-w committed May 6, 2024
1 parent 548a179 commit 499b09f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion bench.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,6 @@ RUN opam remote add origin https://github.com/ocaml/opam-repository.git && opam
RUN opam pin -yn --with-version=dev .
RUN opam install -y --deps-only --with-test .
COPY . ./
RUN opam exec -- make bench
RUN pwd
RUN tree
ENTRYPOINT opam exec -- make bench

0 comments on commit 499b09f

Please sign in to comment.