Package org.aksw.iguana.cc.tasks.impl
Class Stresstest
java.lang.Object
org.aksw.iguana.cc.tasks.impl.Stresstest
- All Implemented Interfaces:
Task
Stresstest.
Will stresstest a connection using several Workers (simulated Users) each in one thread.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic final record
static final record
-
Constructor Summary
ConstructorDescriptionStresstest
(String suiteID, long stresstestID, Stresstest.Config config, ResponseBodyProcessorInstances responseBodyProcessorInstances, List<Storage> storages, List<Metric> metrics) -
Method Summary
-
Constructor Details
-
Stresstest
public Stresstest(String suiteID, long stresstestID, Stresstest.Config config, ResponseBodyProcessorInstances responseBodyProcessorInstances, List<Storage> storages, List<Metric> metrics)
-
-
Method Details
-
run
public void run() -
getTaskName
- Specified by:
getTaskName
in interfaceTask
-