Package org.aksw.iguana.cc.metrics.impl
Class AvgQPS
java.lang.Object
org.aksw.iguana.cc.metrics.Metric
org.aksw.iguana.cc.metrics.impl.AvgQPS
- All Implemented Interfaces:
TaskMetric
,WorkerMetric
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncalculateTaskMetric
(List<HttpWorker> workers, List<HttpWorker.ExecutionStats>[][] data) calculateWorkerMetric
(HttpWorker.Config worker, List<HttpWorker.ExecutionStats>[] data) Methods inherited from class org.aksw.iguana.cc.metrics.Metric
getAbbreviation, getDescription, getName
-
Constructor Details
-
AvgQPS
public AvgQPS()
-
-
Method Details
-
calculateTaskMetric
public Number calculateTaskMetric(List<HttpWorker> workers, List<HttpWorker.ExecutionStats>[][] data) - Specified by:
calculateTaskMetric
in interfaceTaskMetric
-
calculateWorkerMetric
public Number calculateWorkerMetric(HttpWorker.Config worker, List<HttpWorker.ExecutionStats>[] data) - Specified by:
calculateWorkerMetric
in interfaceWorkerMetric
-