Skip to content

Commit

Permalink
Require multicore-bench 0.1.5
Browse files Browse the repository at this point in the history
The new version has improved error handling to ensure that benchmarks terminate
even when they might raise unexpectedly.
  • Loading branch information
polytypic committed Sep 16, 2024
1 parent ab18eaa commit eacefdc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bench.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM ocaml/opam:debian-ocaml-5.2
RUN sudo ln -sf /usr/bin/opam-2.1 /usr/bin/opam
WORKDIR bench-dir
RUN sudo ln -sf /usr/bin/opam-2.1 /usr/bin/opam
RUN sudo chown opam .
COPY *.opam ./
RUN opam remote add origin https://github.com/ocaml/opam-repository.git && \
Expand Down
2 changes: 1 addition & 1 deletion dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
:with-test))
(multicore-bench
(and
(>= 0.1.4)
(>= 0.1.5)
:with-test))
(alcotest
(and
Expand Down
2 changes: 1 addition & 1 deletion kcas_data.opam
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ depends: [
"backoff" {>= "0.1.0" & with-test}
"domain-local-await" {>= "1.0.1" & with-test}
"domain_shims" {>= "0.1.0" & with-test}
"multicore-bench" {>= "0.1.4" & with-test}
"multicore-bench" {>= "0.1.5" & with-test}
"alcotest" {>= "1.8.0" & with-test}
"qcheck-core" {>= "0.21.2" & with-test}
"qcheck-stm" {>= "0.3" & with-test}
Expand Down

0 comments on commit eacefdc

Please sign in to comment.