Skip to main content

diff_to_json

Function diff_to_json 

Source
pub fn diff_to_json<W: Write>(diff: &SubMsBenchDiff, out: &mut W) -> Result<()>
Expand description

Emit the diff as a single JSON object for downstream CI tooling. Byte-equivalent to Java’s SubMsBench.diffToJson.