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 help ensure that benchmarks
terminate even when they might raise unexpectedly.
  • Loading branch information
polytypic committed Sep 16, 2024
1 parent ab18eaa commit c594ec2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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 c594ec2

Please sign in to comment.