mirror of
https://github.com/ocaml-tracing/ocaml-trace.git
synced 2026-03-08 03:47:57 -04:00
make benchmark more ruthless
This commit is contained in:
parent
0e198c8059
commit
3c14f7d9f0
1 changed files with 2 additions and 2 deletions
|
|
@ -11,8 +11,8 @@ let work ~n () : unit =
|
|||
for _k = 1 to 10 do
|
||||
let@ _sp = Trace.with_span ~__FILE__ ~__LINE__ "inner" in
|
||||
()
|
||||
done;
|
||||
Thread.delay 1e-6
|
||||
done
|
||||
(* Thread.delay 1e-6 *)
|
||||
done
|
||||
|
||||
let main ~n ~j () : unit =
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue