calliper icon indicating copy to clipboard operation
calliper copied to clipboard

Input on a json schema for bench reporting

Open epage opened this issue 1 year ago • 2 comments

In a theoretical future where test/bench binaries are encouraged to report back results to cargo as json which then formats and reports them, what would callper see as needed for the json schema?

I've been considering how we can improve testing in Rust and one area I've found is the limited contract between cargo and test harnesses is a source of friction. I'm also hoping that this lens for looking at json reporting can help get the schema stabilized.

For reference, this is the current schema for benches.

epage avatar Jun 09 '23 20:06 epage