public interface PerformanceTest
Modifier and Type | Method and Description |
---|---|
String |
getBenchmarkName() |
double |
getConfidenceLevel() |
String |
getDuration() |
double |
getLowerBound() |
double |
getMax() |
double |
getMean() |
double |
getMin() |
String |
getPackageName() |
double |
getScore() |
double |
getUpperBound() |
boolean |
hasFailed() |
boolean |
wasSuccessful() |
boolean wasSuccessful()
boolean hasFailed()
double getLowerBound()
double getUpperBound()
double getConfidenceLevel()
double getMean()
double getMax()
double getMin()
double getScore()
String getDuration()
String getPackageName()
String getBenchmarkName()
Copyright © 2018. All rights reserved.