mirror of
https://github.com/ocaml-tracing/ocaml-trace.git
synced 2026-03-07 18:37:56 -05:00
update test outputs
This commit is contained in:
parent
4aee136827
commit
0bd8868172
3 changed files with 1037 additions and 1051 deletions
|
|
@ -1 +1 @@
|
|||
data: 62120 bytes
|
||||
data: 58424 bytes
|
||||
|
|
|
|||
2085
test/t1.expected
2085
test/t1.expected
File diff suppressed because it is too large
Load diff
|
|
@ -4,6 +4,7 @@ let run () =
|
|||
|
||||
let n = ref 0 in
|
||||
|
||||
Trace.with_span ~__FILE__ ~__LINE__ "main" @@ fun _sp ->
|
||||
for _i = 1 to 50 do
|
||||
Trace.with_span ~__FILE__ ~__LINE__ "outer.loop" @@ fun _sp ->
|
||||
let pseudo_async_sp =
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue