@Target(value=TYPE) @Retention(value=RUNTIME) @Indexed public @interface JmhBenchmark
BenchmarkFinder
Modifier and Type | Optional Element and 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. |
public abstract String value
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 .*
.
Copyright © 2004–2022. All rights reserved.