Uses of Class
io.hyperfoil.api.config.BenchmarkBuilder
Packages that use BenchmarkBuilder
-
Uses of BenchmarkBuilder in io.hyperfoil.api.config
Fields in io.hyperfoil.api.config declared as BenchmarkBuilderModifier and TypeFieldDescriptionprotected final BenchmarkBuilderPhaseBuilder.parentprotected final BenchmarkBuilderPluginBuilder.parentMethods in io.hyperfoil.api.config that return BenchmarkBuilderModifier and TypeMethodDescriptionBenchmarkBuilder.addPostHook(RunHook runHook) BenchmarkBuilder.addPreHook(RunHook runHook) Locator.Abstract.benchmark()Locator.benchmark()Locator.Impl.benchmark()static BenchmarkBuilderBenchmarkBuilder.builder()BenchmarkBuilder.data(BenchmarkData data) PhaseBuilder.endPhase()PluginBuilder.endPlugin()BenchmarkBuilder.failurePolicy(Benchmark.FailurePolicy policy) BenchmarkBuilder.setDefaultAgentProperties(Map<String, String> properties) BenchmarkBuilder.statisticsCollectionPeriod(long statisticsCollectionPeriod) BenchmarkBuilder.threads(int threads) BenchmarkBuilder.triggerUrl(String url) Methods in io.hyperfoil.api.config with parameters of type BenchmarkBuilderModifier and TypeMethodDescriptionstatic Collection<PhaseBuilder<?>>BenchmarkBuilder.phasesForTesting(BenchmarkBuilder builder) Method parameters in io.hyperfoil.api.config with type arguments of type BenchmarkBuilderModifier and TypeMethodDescription<P extends PluginBuilder<?>>
PBenchmarkBuilder.addPlugin(Function<BenchmarkBuilder, P> ctor) Constructors in io.hyperfoil.api.config with parameters of type BenchmarkBuilderModifierConstructorDescriptionprotectedClosedModel(BenchmarkBuilder parent, String name, int users) protectedNoop(BenchmarkBuilder parent, String name) protectedOpenModel(BenchmarkBuilder parent, String name) protectedPhaseBuilder(BenchmarkBuilder parent, String name) PluginBuilder(BenchmarkBuilder parent) protectedSequentially(BenchmarkBuilder parent, String name, int repeats)