Package is.codion.tools.loadtest
Interface Scenario.Performer<T>
- Type Parameters:
T- the load test application type
public static interface Scenario.Performer<T>
Performs a load test scenario.
-
Method Summary
-
Method Details
-
perform
Performs the scenario using the given application- Parameters:
application- the application- Throws:
Exception- in case of an exception
-