Annotation Type JmhBenchmark

    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      String value
      Methods which annotated by Benchmark in classes annotated by JmhBenchmark are to be run as benchmarks if they match this regex pattern.
    • Element Detail

      • value

        String value
        Methods which annotated by Benchmark in classes annotated by JmhBenchmark are to be run as benchmarks if they match this regex pattern.

        Matches all functions by default, i.e. default pattern is .*.

        Returns:
        the regular expression used to match function names.
        Default:
        ".*"