Package org.openjdk.jmh.annotations
Annotation Type GroupThreads
GroupThreads defines how many threads are participating in running
a particular Benchmark
method in the group.
- See Also:
-
Optional Element Summary
Optional Elements
-
Element Details
-
value
int value- Returns:
- number of threads to run the concrete method with.
- Default:
1
-