| Package | Description |
|---|---|
| com.github.javatlacati.contiperf | |
| com.github.javatlacati.contiperf.timer |
| Modifier and Type | Method and Description |
|---|---|
WaitTimer |
ExecutionConfig.getWaitTimer() |
| Constructor and Description |
|---|
AbstractInvocationRunner(WaitTimer wait) |
CountRunner(Invoker invoker,
ArgumentsProvider argsProvider,
WaitTimer waitTimer,
AtomicLong invocationsLeft) |
TimedRunner(Invoker invoker,
ArgumentsProvider argsProvider,
WaitTimer waitTimer,
long duration) |
| Constructor and Description |
|---|
ExecutionConfig(int invocations,
int threads,
int duration,
Clock[] clocks,
int rampUp,
int warmUp,
boolean cancelOnViolation,
Class<? extends WaitTimer> waitTimerClass,
double[] waitParams) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractTimer
|
class |
ConstantTimer
|
class |
CumulatedTimer
WaitTimer implementation which provides wait times in a range between
min and max with lower probabilities for border values and higher
probabilities for values close to the average.Created: 06.04.2012 17:20:27 |
class |
None
|
class |
RandomTimer
WaitTimer implementation that provides a wait time uniformly
distributed between a min and a max value.Created: 06.04.2012 17:13:42 |
Copyright © 2019. All rights reserved.