How to run the micro benchmark tests

Kartik Ohri kartikohri13 at gmail.com
Sun Nov 21 15:36:43 UTC 2021


Hi!

You are probably looking for
https://github.com/openjdk/jdk/blob/master/doc/testing.md .The
configuration section describes how to set up JMH for running JDK
microbenchmarks. The examples at the start of the file include examples of
running microbenchmarks. There are also sections on running specific
microbenchmarks and passing command line options to JMH.

Regards,
Kartik

On Sun, Nov 21, 2021 at 8:50 PM Mario Pavlov <mario.g.pavlov at gmail.com>
wrote:

>  Hi everyone,
> I can't seem to find instructions on how to run the micro bench tests,
> anywhere in the OpenJDK pages.
> What is the easiest way to run, modify, re-run these tests?
> Thank you.
>
> Cheers,
> Mario
>


More information about the discuss mailing list