Class ExperimentSpec

    • Method Detail

      • id

        public int id()
        Returns the ID of this experiment.
      • instrumentType

        public InstrumentType instrumentType()
        Returns the type of instrument to use for the experiment.
      • workerInstrumentOptions

        public com.google.common.collect.ImmutableMap<String,​String> workerInstrumentOptions()
        Returns the worker options to use.
      • benchmarkSpec

        public BenchmarkSpec benchmarkSpec()
        Returns the spec of the benchmark to run.
      • methodParameterClasses

        public com.google.common.collect.ImmutableList<String> methodParameterClasses()
        Returns the parameter types for the benchmark method to run so that it can be uniquely identified.