Skip to content

Commit

Permalink
Link the upstream issue for the workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
caizixian committed Nov 29, 2021
1 parent 26b3b21 commit 8b08c0c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ impl DaCapoLatencyDump {
V2DeflateSerializer::new()
.serialize(
&self.hist,
// https://github.com/HdrHistogram/HdrHistogram_py/issues/29
&mut EncoderWriter::new(&mut File::create(path).unwrap(), base64::STANDARD),
)
.expect("Failed to save histogram as hdrh");
Expand Down

0 comments on commit 8b08c0c

Please sign in to comment.