NextBooleanGenerationPerformance
, NextBytesGenerationPerformance
, NextDoubleGenerationPerformance
, NextFloatGenerationPerformance
, NextIntGenerationPerformance
, NextLongGenerationPerformance
public abstract class AbstractBenchmark
extends java.lang.Object
UniformRandomProvider
.
Note: Implementing this as an @interface
annotation results in errors as the
meta-annotation is not expanded by the JMH annotation processor. The processor does however
allow all annotations to be inherited from abstract classes.
Modifier | Constructor | Description |
---|---|---|
protected |
AbstractBenchmark() |
Create a new instance.
|
Copyright © 2016–2019 The Apache Software Foundation. All rights reserved.