コード例 #1
0
 @Provides
 @BenchmarkParameters
 static ImmutableSetMultimap<String, String> provideBenchmarkParameters(
     BenchmarkClass benchmarkClass, CaliperOptions options) throws InvalidBenchmarkException {
   return benchmarkClass.userParameters().fillInDefaultsFor(options.userParameters());
 }