Uses of Class
io.hyperfoil.api.config.BenchmarkSource
-
Packages that use BenchmarkSource Package Description io.hyperfoil.api.config -
-
Uses of BenchmarkSource in io.hyperfoil.api.config
Methods in io.hyperfoil.api.config that return BenchmarkSource Modifier and Type Method Description BenchmarkSourceBenchmark. source()As the transformation from YAML is one-way (due to forks and iterations) here we store the original source (be it YAML or JSON)BenchmarkSourceBenchmarkBuilder. source()Constructors in io.hyperfoil.api.config with parameters of type BenchmarkSource Constructor Description Benchmark(java.lang.String name, java.lang.String version, BenchmarkSource source, java.util.Map<java.lang.String,java.lang.String> params, java.util.Map<java.lang.String,byte[]> files, Agent[] agents, int defaultThreads, java.util.Map<java.lang.Class<? extends PluginConfig>,PluginConfig> plugins, java.util.Collection<Phase> phases, java.util.Map<java.lang.String,java.lang.Object> tags, long statisticsCollectionPeriod, java.lang.String triggerUrl, java.util.List<RunHook> preHooks, java.util.List<RunHook> postHooks, Benchmark.FailurePolicy failurePolicy)BenchmarkBuilder(BenchmarkSource source, java.util.Map<java.lang.String,java.lang.String> params)
-