mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-06 03:05:31 -05:00
tef: stop compression, too fragile. just emit a .json file
This commit is contained in:
parent
f26d178380
commit
65d4a90df1
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ module Make()
|
||||||
|
|
||||||
(* connection to subprocess writing into the file *)
|
(* connection to subprocess writing into the file *)
|
||||||
let oc =
|
let oc =
|
||||||
let oc = Unix.open_process_out "gzip - --stdout > trace.json.gz" in
|
let oc = open_out_bin "trace.json" in
|
||||||
output_char oc '[';
|
output_char oc '[';
|
||||||
at_exit (fun () -> teardown_ oc);
|
at_exit (fun () -> teardown_ oc);
|
||||||
oc
|
oc
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue