On Tue, 15 Sep 2020 09:51:27 GMT, Daniel Fuchs <dfu...@openjdk.org> wrote:
>> Julia Boes has updated the pull request incrementally with one additional >> commit since the last revision: >> >> fix typo in test and cleanup benchmark > > Changes requested by dfuchs (Reviewer). Updated benchmark results: before Benchmark Mode Cnt Score Error Units ThreadLocalParseUtil.appendEncodedTest avgt 5 777.917 ± 22.970 ns/op ThreadLocalParseUtil.decodeTest avgt 5 2.274 ± 0.056 ns/op after Benchmark Mode Cnt Score Error Units ThreadLocalParseUtil.appendEncodedTest avgt 5 803.085 ± 84.102 ns/op ThreadLocalParseUtil.decodeTest avgt 5 2.446 ± 0.203 ns/op ------------- PR: https://git.openjdk.java.net/jdk/pull/170