Re: RFR: 8271840: Add simple Integer.toString microbenchmarks

2021-08-05 Thread Claes Redestad
On Wed, 4 Aug 2021 08:04:48 GMT, Aleksey Shipilev wrote: > Looks fine. Thanks! - PR: https://git.openjdk.java.net/jdk/pull/4988

Re: RFR: 8271840: Add simple Integer.toString microbenchmarks

2021-08-04 Thread Aleksey Shipilev
On Wed, 4 Aug 2021 07:46:48 GMT, Claes Redestad wrote: > This adds Integer.toString microbenchmarks, roughly similar to the > Long.toString microbenchmarks (toStringSmall should use an equivalent data > set). This is useful for comparison purposes and completeness. > > Also tuned existing benc

RFR: 8271840: Add simple Integer.toString microbenchmarks

2021-08-04 Thread Claes Redestad
This adds Integer.toString microbenchmarks, roughly similar to the Long.toString microbenchmarks (toStringSmall should use an equivalent data set). This is useful for comparison purposes and completeness. Also tuned existing benchmarks to harmonize setup, reduce runtime without significantly ha