Class PerformanceTestResult

    • Constructor Detail

      • PerformanceTestResult

        public PerformanceTestResult()
    • Method Detail

      • getTestCount

        public long getTestCount()
      • setTestCount

        public void setTestCount​(long testCount)
      • getSampleCount

        public long getSampleCount()
      • setSampleCount

        public void setSampleCount​(long sampleCount)
      • getErrorCount

        public long getErrorCount()
      • setErrorCount

        public void setErrorCount​(long errorCount)
      • addSampleCount

        public void addSampleCount​(int samples)
      • addErrorCount

        public void addErrorCount​(float errors)