Closed khatharsis42 closed 1 year ago
In the write_zstd_timings function, the timestamps were being compressed but never written to a file. This fixes it. It also removes the malloc calls to create local_interval, since it was unused.
write_zstd_timings
malloc
local_interval
In the
write_zstd_timings
function, the timestamps were being compressed but never written to a file. This fixes it. It also removes themalloc
calls to createlocal_interval
, since it was unused.