Uses of Class
com.google.caliper.model.BenchmarkSpec
-
Packages that use BenchmarkSpec Package Description com.google.caliper.model These classes model the data that is collected by the caliper runner: the record of which scenarios were tested on which VMs by which instruments and, most importantly, all the measurements that were observed. -
-
Uses of BenchmarkSpec in com.google.caliper.model
Methods in com.google.caliper.model that return BenchmarkSpec Modifier and Type Method Description BenchmarkSpecScenario. benchmarkSpec()BenchmarkSpecBenchmarkSpec.Builder. build()Methods in com.google.caliper.model with parameters of type BenchmarkSpec Modifier and Type Method Description Scenario.BuilderScenario.Builder. benchmarkSpec(BenchmarkSpec benchmarkSpec)
-