BurntSushi / cargo-benchcmp

A small utility to compare Rust micro-benchmarks.
The Unlicense
342 stars 21 forks source link

Create junit-format xml file from benchmark comparisons. #42

Closed glaceef closed 4 years ago

glaceef commented 5 years ago

I implemented --junit <path>. This will create junit-format xml from benchmark comparisons.

JUnit XML Format: https://www.ibm.com/support/knowledgecenter/en/SSUFAU_1.0.0/com.ibm.rsar.analysis.codereview.cobol.doc/topics/cac_useresults_junit.html

glaceef commented 5 years ago

Sorry. I forgot to delete the file I used for the test. I deleted them properly at 0431f0b

BurntSushi commented 5 years ago

Could you please describe the motivation for this? I am exceedingly unlikely to merge this. It's a huge change, has no tests and not something I will ever personally dogfood. I'd recommend maintaining your own tool for this.

BurntSushi commented 4 years ago

Closing due to inactivity.