Lowercase result file name
Aleksey Shipilev
aleksey.shipilev at oracle.com
Mon Dec 22 14:13:26 UTC 2014
Hi Jozef,
On 12/22/2014 04:01 PM, Jozef Hartinger wrote:
> I noticed that JMH converts the result file name to lowercase before
> writing the result. This clashes with our versioning strategy as we get
> e.g:
>
> 3.0.0.alpha3.csv instead of 3.0.0.Alpha3 or
> 3.0.0-snapshot instead of 3.0.0-SNAPSHOT
>
> I'm wondering what is the reason for doing this. It would make our life
> (and scripts) a bit easier if JMH could preserve the original file name.
It was supposed to lowercase the format type suffix. But I have fat
fingers and can't get the precedence right:
https://bugs.openjdk.java.net/browse/CODETOOLS-7901225
Fixed:
http://hg.openjdk.java.net/code-tools/jmh/rev/340244351917
Should be the part of the next patch release (this week, if time
allows), you can use self-built 1.5-SNAPSHOT meanwhile.
Thanks,
-Aleksey.
More information about the jmh-dev
mailing list