Uses of Class
com.google.caliper.bridge.ExperimentSpec
-
Packages that use ExperimentSpec Package Description com.google.caliper.bridge Bridges between the runner and the worker. -
-
Uses of ExperimentSpec in com.google.caliper.bridge
Methods in com.google.caliper.bridge that return ExperimentSpec Modifier and Type Method Description ExperimentSpecTrialRequest. experiment()Returns the experiment to run.Methods in com.google.caliper.bridge that return types with arguments of type ExperimentSpec Modifier and Type Method Description com.google.common.collect.ImmutableSet<ExperimentSpec>DryRunRequest. experiments()Returns the set of experiments to be dry-run.Constructors in com.google.caliper.bridge with parameters of type ExperimentSpec Constructor Description TrialRequest(ExperimentSpec experiment)Constructor parameters in com.google.caliper.bridge with type arguments of type ExperimentSpec Constructor Description DryRunRequest(Iterable<ExperimentSpec> experiments)
-