Uses of Class
io.hyperfoil.api.config.BenchmarkSource
Packages that use BenchmarkSource
-
Uses of BenchmarkSource in io.hyperfoil.api.config
Methods in io.hyperfoil.api.config that return BenchmarkSourceModifier and TypeMethodDescriptionBenchmark.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)BenchmarkBuilder.source()Constructors in io.hyperfoil.api.config with parameters of type BenchmarkSourceModifierConstructorDescriptionBenchmark(String name, String version, BenchmarkSource source, Map<String, String> params, Map<String, byte[]> files, Agent[] agents, int defaultThreads, Map<Class<? extends PluginConfig>, PluginConfig> plugins, Collection<Phase> phases, Map<String, Object> tags, long statisticsCollectionPeriod, String triggerUrl, List<RunHook> preHooks, List<RunHook> postHooks, Benchmark.FailurePolicy failurePolicy) BenchmarkBuilder(BenchmarkSource source, Map<String, String> params)