We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 517f133 + 5e19abd commit 7f2d988Copy full SHA for 7f2d988
bench/irmin-pack/bench_common.ml
@@ -62,7 +62,8 @@ let random_key () = random_string 5
62
63
let default_artefacts_dir =
64
let ( / ) = Filename.concat in
65
- Unix.getcwd () / "_artefacts" / Uuidm.to_string (Uuidm.v `V4)
+ let uuid = Uuidm.v4_gen (Random.State.make_self_init ()) () in
66
+ Unix.getcwd () / "_artefacts" / Uuidm.to_string uuid
67
68
let prepare_artefacts_dir path =
69
let rec mkdir_p path =
0 commit comments