Annotation Type GroupThreads


@Inherited @Target(METHOD) @Retention(RUNTIME) public @interface GroupThreads

GroupThreads defines how many threads are participating in running a particular Benchmark method in the group.

See Also:
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    int
     
  • Element Details

    • value

      int value
      Returns:
      number of threads to run the concrete method with.
      Default:
      1