Class JMHSample_07_FixtureLevelInvocation

java.lang.Object
org.openjdk.jmh.samples.JMHSample_07_FixtureLevelInvocation
Direct Known Subclasses:
JMHSample_07_FixtureLevelInvocation_jmhType_B1

public class JMHSample_07_FixtureLevelInvocation extends Object
Fixtures have different Levels to control when they are about to run. Level.Invocation is useful sometimes to do some per-invocation work which should not count as payload (e.g. sleep for some time to emulate think time)