Uses of Interface
io.hyperfoil.api.config.BenchmarkData
-
Packages that use BenchmarkData Package Description io.hyperfoil.api.config -
-
Uses of BenchmarkData in io.hyperfoil.api.config
Fields in io.hyperfoil.api.config declared as BenchmarkData Modifier and Type Field Description BenchmarkDataBenchmarkSource. datastatic BenchmarkDataBenchmarkData. EMPTYMethods in io.hyperfoil.api.config that return BenchmarkData Modifier and Type Method Description BenchmarkDataBenchmarkBuilder. data()Methods in io.hyperfoil.api.config with parameters of type BenchmarkData Modifier and Type Method Description BenchmarkBuilderBenchmarkBuilder. data(BenchmarkData data)Constructors in io.hyperfoil.api.config with parameters of type BenchmarkData Constructor Description BenchmarkSource(java.lang.String name, java.lang.String yaml, BenchmarkData data, java.util.Map<java.lang.String,java.lang.String> paramsWithDefaults)
-