Skip to content

Commit 19f7f03

Browse files
committed
Use Countdown from multicore-bench
1 parent 30816bd commit 19f7f03

File tree

4 files changed

+2
-86
lines changed

4 files changed

+2
-86
lines changed

bench/countdown.ml

Lines changed: 0 additions & 60 deletions
This file was deleted.

bench/countdown.mli

Lines changed: 0 additions & 24 deletions
This file was deleted.

dune-project

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@
205205
:with-test))
206206
(multicore-bench
207207
(and
208-
(>= 0.1.5)
208+
(>= 0.1.7)
209209
:with-test))
210210
(multicore-magic
211211
(and

picos_meta.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ depends: [
3030
"domain_shims" {>= "0.1.0" & with-test}
3131
"js_of_ocaml" {>= "5.4.0" & with-test}
3232
"mdx" {>= "2.4.0" & with-test}
33-
"multicore-bench" {>= "0.1.5" & with-test}
33+
"multicore-bench" {>= "0.1.7" & with-test}
3434
"multicore-magic" {>= "2.3.0" & with-test}
3535
"multicore-magic-dscheck" {>= "2.3.0" & with-test}
3636
"ocaml-version" {>= "3.6.4" & with-test}

0 commit comments

Comments
 (0)