Package jenkins.benchmark.jmh
Annotation Interface JmhBenchmark
Annotate your benchmark classes with this annotation to allow them to be discovered by 
BenchmarkFinder- Since:
- 2.50
- 
Optional Element SummaryOptional ElementsModifier and TypeOptional ElementDescriptionMethods which annotated byBenchmarkin classes annotated byJmhBenchmarkare to be run as benchmarks if they match this regex pattern.
- 
Element Details- 
valueString valueMethods which annotated byBenchmarkin classes annotated byJmhBenchmarkare 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:
- ".*"
 
 
-