Package com.google.caliper.model
Class Scenario
- java.lang.Object
-
- com.google.caliper.model.Scenario
-
public final class Scenario extends Object
The combination of properties whose combination, when measured with a particular instrument, should produce a repeatable result
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classScenario.Builder
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BenchmarkSpecbenchmarkSpec()booleanequals(Object obj)inthashCode()Hosthost()StringtoString()VmSpecvmSpec()
-
-
-
Method Detail
-
host
public Host host()
-
vmSpec
public VmSpec vmSpec()
-
benchmarkSpec
public BenchmarkSpec benchmarkSpec()
-
-