| Package | Description |
|---|---|
| org.maestro.tests.rate |
| Modifier and Type | Class and Description |
|---|---|
class |
FixedRateTestExecutor
A test executor that uses fixed rates and warms-up before the test
|
class |
StraightFixedRateTestExecutor
A test executor that uses fixed rates and goes straight to the test without warming up
|
| Modifier and Type | Method and Description |
|---|---|
static AbstractFixedRateExecutor |
FixedRateTestExecutorFactory.newTestExecutor(Maestro maestro,
ReportsDownloader reportsDownloader,
FixedRateTestProfile testProfile,
boolean warmUp,
DistributionStrategy distributionStrategy) |
static AbstractFixedRateExecutor |
FixedRateTestExecutorFactory.newTestExecutor(Maestro maestro,
ReportsDownloader reportsDownloader,
FixedRateTestProfile testProfile,
String warmUp,
DistributionStrategy distributionStrategy) |
This documentation was released into the public domain.