Uses of Class
io.hyperfoil.api.config.Benchmark
-
Packages that use Benchmark Package Description io.hyperfoil.api.config io.hyperfoil.api.deployment io.hyperfoil.impl -
-
Uses of Benchmark in io.hyperfoil.api.config
Fields in io.hyperfoil.api.config with type parameters of type Benchmark Modifier and Type Field Description protected SerializableSupplier<Benchmark>Phase. benchmarkMethods in io.hyperfoil.api.config that return Benchmark Modifier and Type Method Description BenchmarkPhase. benchmark()BenchmarkBenchmarkBuilder. build()static BenchmarkBenchmark. empty(java.lang.String name, java.util.Map<java.lang.String,java.lang.String> templateParams)static BenchmarkBenchmark. forTesting()Method parameters in io.hyperfoil.api.config with type arguments of type Benchmark Modifier and Type Method Description java.util.Collection<Phase>PhaseBuilder. build(SerializableSupplier<Benchmark> benchmark, java.util.concurrent.atomic.AtomicInteger idCounter)java.util.Collection<Phase>PhaseBuilder.Noop. build(SerializableSupplier<Benchmark> benchmark, java.util.concurrent.atomic.AtomicInteger idCounter)protected PhasePhaseBuilder. buildPhase(SerializableSupplier<Benchmark> benchmark, int phaseId, int iteration, PhaseForkBuilder f)static PhasePhaseBuilder. noop(SerializableSupplier<Benchmark> benchmark, int id, int iteration, java.lang.String iterationName, long duration, java.util.Collection<java.lang.String> startAfter, java.util.Collection<java.lang.String> startAfterStrict, java.util.Collection<java.lang.String> terminateAfterStrict)Constructor parameters in io.hyperfoil.api.config with type arguments of type Benchmark Constructor Description Phase(SerializableSupplier<Benchmark> benchmark, int id, int iteration, java.lang.String name, Scenario scenario, long startTime, java.util.Collection<java.lang.String> startAfter, java.util.Collection<java.lang.String> startAfterStrict, java.util.Collection<java.lang.String> terminateAfterStrict, long duration, long maxDuration, java.lang.String sharedResources, boolean isWarmup, Model model, java.util.Map<java.lang.String,SLA[]> customSlas, StartWithDelay startWithDelay) -
Uses of Benchmark in io.hyperfoil.api.deployment
Methods in io.hyperfoil.api.deployment with parameters of type Benchmark Modifier and Type Method Description DeployedAgentDeployer. start(Agent agent, java.lang.String runId, Benchmark benchmark, java.util.function.Consumer<java.lang.Throwable> exceptionHandler) -
Uses of Benchmark in io.hyperfoil.impl
Methods in io.hyperfoil.impl that return Benchmark Modifier and Type Method Description static BenchmarkUtil. deserialize(byte[] bytes)Methods in io.hyperfoil.impl with parameters of type Benchmark Modifier and Type Method Description static byte[]Util. serialize(Benchmark benchmark)
-