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:
    Group
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      int value  
    • Element Detail

      • value

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