Skip to content

Commit 56e5503

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 56e5503

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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)