-
Notifications
You must be signed in to change notification settings - Fork 185
Description
I really welcome the "-O summaryFormat=json" - as it allows more correct/easier parsing and processing of IOR-outputs.
BUT - as I have a lot of "legacy" parsers - I can't easily switch over to 'json' only output.
So it would be practical - to have something like "-O summaryFormat=json,default" - and have BOTH generated.
Sounds 'whacky' at first - I know - but look at FIO - it actually does the SAME! - and the idea works quite well there.
YES - it's quite 'messy' to have first text, then json (or vice versa) - but if you request 'default,json' - you know what you want.
(maybe it should even honor the order - so 'default,json' - or 'json,default' )
I still do need the human-readable text - to be able to show it to someone else.
(you can't paste a json-output into a benchmark report)
But for analyzing a large ammount of runs - having JSON additionally - would be really nice.