Beispiel #1
0
 public static ExperimentModule forExperiment(Experiment experiment) {
   Method benchmarkMethod = experiment.instrumentation().benchmarkMethod();
   return new ExperimentModule(benchmarkMethod, experiment.userParameters());
 }