Printing of batchsize + single execution time in Results for Batching
Huber Matthias
Matthias.Huber at novatec-gmbh.de
Mon Jan 11 16:06:22 UTC 2016
Hello Aleksey,
I see your point with breaking the XSV format and its impact. I will have a look at the Java API to deal with this corner case.
Right now I think that only the batch size is interesting for me to distinguish the results based on the used batch size from each other. Using the calculated time for one execution (total avg time per batch / batch size) could be dangerous for comparison. Comparing two values with each other that are calculated by dividing an average time by different batch sizes feels incorrect to me.
On 01/11/2016 01:47 PM, Shipilev Aleksey wrote:
< But, I think we can extend JSON output to include more benchmark
< metadata, including batch sizes. R should be able to pull in JSON dataset?
I haven't used the JSON DataSet so far. It's worth to have a look at it and its interoperability with R. I might come back with a contribution.
Thanks,
Matthias
More information about the jmh-dev
mailing list