Skip to content

Commit eacefdc

Browse files
committed
Require multicore-bench 0.1.5
The new version has improved error handling to ensure that benchmarks terminate even when they might raise unexpectedly.
1 parent ab18eaa commit eacefdc

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

bench.Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM ocaml/opam:debian-ocaml-5.2
2-
RUN sudo ln -sf /usr/bin/opam-2.1 /usr/bin/opam
32
WORKDIR bench-dir
3+
RUN sudo ln -sf /usr/bin/opam-2.1 /usr/bin/opam
44
RUN sudo chown opam .
55
COPY *.opam ./
66
RUN opam remote add origin https://github.com/ocaml/opam-repository.git && \

dune-project

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
:with-test))
9595
(multicore-bench
9696
(and
97-
(>= 0.1.4)
97+
(>= 0.1.5)
9898
:with-test))
9999
(alcotest
100100
(and

kcas_data.opam

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ depends: [
2222
"backoff" {>= "0.1.0" & with-test}
2323
"domain-local-await" {>= "1.0.1" & with-test}
2424
"domain_shims" {>= "0.1.0" & with-test}
25-
"multicore-bench" {>= "0.1.4" & with-test}
25+
"multicore-bench" {>= "0.1.5" & with-test}
2626
"alcotest" {>= "1.8.0" & with-test}
2727
"qcheck-core" {>= "0.21.2" & with-test}
2828
"qcheck-stm" {>= "0.3" & with-test}

0 commit comments

Comments
 (0)