RFR: 7903508: JMH: Remove the Unicode dot prefix from secondary results
Aleksey Shipilev
shade at openjdk.org
Wed Jul 26 07:54:03 UTC 2023
On Tue, 25 Jul 2023 21:32:19 GMT, Claes Redestad <redestad at openjdk.org> wrote:
> 👍 - AFAICT we primarily use the `-rf json` output and shouldn't be adversely affected much by this change.
All outputs are affected, unfortunately, because that prefix is the part of the result name, not just a rendering klutch in text output. But it would only change the names for results coming from profilers, and individual results from group benchmarks.
-------------
PR Comment: https://git.openjdk.org/jmh/pull/115#issuecomment-1651165954
More information about the jmh-dev
mailing list