Annotation Type Scenario


  • @Retention(RUNTIME)
    @Target(METHOD)
    public @interface Scenario
    Scenario annotation is to mark the benchmark testing steps. The methods annotated with this annotation will be run during benchmark within a step.
    Since:
    1.0.0
    Author:
    Erhan Bagdemir
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      java.lang.String name
      Returns the name of the scenario.
    • Element Detail

      • name

        java.lang.String name
        Returns the name of the scenario.
        Returns:
        The name of the scenario.