Skip to content

Commit

Permalink
Format code to reduce diffs
Browse files Browse the repository at this point in the history
  • Loading branch information
polytypic committed Nov 27, 2024
1 parent a8b3a85 commit 3d354d6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion bench/dune
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@
(run %{test} -brief "Fib")
(run %{test} -brief "Picos binaries")
(run %{test} -brief "Bounded_q with Picos_sync")
(run %{test} -brief "Memory usage")))
(run %{test} -brief "Memory usage")
;;
))
(foreign_stubs
(language c)
(names bench_stubs))
Expand Down
4 changes: 3 additions & 1 deletion test/dune
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,9 @@
(run %{test} -- "Non-cancelable ops" 0)
(run %{test} -- "Mutex and Condition" 0)
(run %{test} -- "Mutex and Condition" 1)
(run %{test} -- "Mutex and Condition" 2))))
(run %{test} -- "Mutex and Condition" 2)
;;
)))

;;

Expand Down

0 comments on commit 3d354d6

Please sign in to comment.