com.google.caliper.runner
Interface ScenarioSelection
- All Known Implementing Classes:
- FullCartesianScenarioSelection
public interface ScenarioSelection
benchmarkMethods
com.google.common.collect.ImmutableSet<BenchmarkMethod> benchmarkMethods()
vms
com.google.common.collect.ImmutableSet<VirtualMachine> vms()
userParameters
com.google.common.collect.ImmutableSetMultimap<String,String> userParameters()
vmArguments
com.google.common.collect.ImmutableSetMultimap<String,String> vmArguments()
buildScenarios
com.google.common.collect.ImmutableSet<Scenario> buildScenarios()
selectionType
String selectionType()
Copyright © 2009-2011 Google, Inc.. All Rights Reserved.