Uses of Class
io.hyperfoil.api.config.Benchmark
Packages that use Benchmark
-
Uses of Benchmark in io.hyperfoil.api.config
Fields in io.hyperfoil.api.config with type parameters of type BenchmarkMethods in io.hyperfoil.api.config that return BenchmarkModifier and TypeMethodDescriptionPhase.benchmark()BenchmarkBuilder.build()static Benchmarkstatic BenchmarkBenchmark.forTesting()Method parameters in io.hyperfoil.api.config with type arguments of type BenchmarkModifier and TypeMethodDescriptionPhaseBuilder.build(SerializableSupplier<Benchmark> benchmark, AtomicInteger idCounter) PhaseBuilder.Noop.build(SerializableSupplier<Benchmark> benchmark, AtomicInteger idCounter) protected PhasePhaseBuilder.buildPhase(SerializableSupplier<Benchmark> benchmark, int phaseId, int iteration, PhaseForkBuilder f) static PhasePhaseBuilder.noop(SerializableSupplier<Benchmark> benchmark, int id, int iteration, String iterationName, long duration, Collection<String> startAfter, Collection<String> startAfterStrict, Collection<String> terminateAfterStrict) Constructor parameters in io.hyperfoil.api.config with type arguments of type BenchmarkModifierConstructorDescriptionPhase(SerializableSupplier<Benchmark> benchmark, int id, int iteration, String name, Scenario scenario, long startTime, Collection<String> startAfter, Collection<String> startAfterStrict, Collection<String> terminateAfterStrict, long duration, long maxDuration, String sharedResources, boolean isWarmup, Model model, Map<String, SLA[]> customSlas, StartWithDelay startWithDelay) -
Uses of Benchmark in io.hyperfoil.api.deployment
Methods in io.hyperfoil.api.deployment with parameters of type Benchmark -
Uses of Benchmark in io.hyperfoil.impl
Methods in io.hyperfoil.impl that return BenchmarkMethods in io.hyperfoil.impl with parameters of type Benchmark