|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IEvaluator
Method Summary | |
---|---|
void |
evaluate(PerformanceMeter performanceMeter)
Evaluates the given performance meter by comparing its measurements against the reference data selected with setReferenceFilterProperties . |
void |
setAssertCheckers(AssertChecker[] asserts)
Sets the asserts that should be evaluated by the evaluator. |
void |
setReferenceFilterProperties(java.lang.String driver,
java.lang.String timestamp)
Selects the reference build against which the current session will be compared in evaluate . |
Method Detail |
---|
void evaluate(PerformanceMeter performanceMeter) throws java.lang.RuntimeException
setReferenceFilterProperties
.
performanceMeter
- the performance meter
java.lang.RuntimeException
- when the comparison does not passvoid setAssertCheckers(AssertChecker[] asserts)
asserts
- the assert checkers that should be evaluated by the evaluatorvoid setReferenceFilterProperties(java.lang.String driver, java.lang.String timestamp)
evaluate
.
driver
- timestamp
- the timestamp of the reference, may be null to use any
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |