We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8b3a85 commit 3d354d6Copy full SHA for 3d354d6
bench/dune
@@ -22,7 +22,9 @@
22
(run %{test} -brief "Fib")
23
(run %{test} -brief "Picos binaries")
24
(run %{test} -brief "Bounded_q with Picos_sync")
25
- (run %{test} -brief "Memory usage")))
+ (run %{test} -brief "Memory usage")
26
+ ;;
27
+ ))
28
(foreign_stubs
29
(language c)
30
(names bench_stubs))
test/dune
@@ -62,7 +62,9 @@
62
(run %{test} -- "Non-cancelable ops" 0)
63
(run %{test} -- "Mutex and Condition" 0)
64
(run %{test} -- "Mutex and Condition" 1)
65
- (run %{test} -- "Mutex and Condition" 2))))
+ (run %{test} -- "Mutex and Condition" 2)
66
67
+ )))
68
69
;;
70
0 commit comments