Class AvgQPSMetric

  • All Implemented Interfaces:
    Metric

    @Shorthand("AvgQPS")
    public class AvgQPSMetric
    extends QPSMetric
    Calculates the average queries per second
    • Constructor Detail

      • AvgQPSMetric

        public AvgQPSMetric()
    • Method Detail

      • close

        public void close()
        Description copied from interface: Metric
        This method will be called, as soon as the associated Experiment Task is finished. Not all metrics are available for each test. Hence it should be implemented if the Metric cannot calculate the test results that it will just close itself without adding results. The MetricManager will try to close the Metric still, thus it should be checked if that was the case.
        Specified by:
        close in interface Metric
        Overrides:
        close in class QPSMetric