Integrated: 8271840: Add simple Integer.toString microbenchmarks
Claes Redestad
redestad at openjdk.java.net
Thu Aug 5 14:49:32 UTC 2021
On Wed, 4 Aug 2021 07:46:48 GMT, Claes Redestad <redestad at openjdk.org> 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 benchmarks to harmonize setup, reduce runtime without significantly harming reliability of results, and remove the explicit Threads.MAX from Longs
This pull request has now been integrated.
Changeset: 55bd52a1
Author: Claes Redestad <redestad at openjdk.org>
URL: https://git.openjdk.java.net/jdk/commit/55bd52a14283033d66cd7bf1deadb31c040b09c7
Stats: 43 lines in 2 files changed: 33 ins; 3 del; 7 mod
8271840: Add simple Integer.toString microbenchmarks
Reviewed-by: shade
-------------
PR: https://git.openjdk.java.net/jdk/pull/4988
More information about the core-libs-dev
mailing list