Home
last modified time | relevance | path

Searched refs:currentImplementationDouble (Results 1 – 1 of 1) sorted by relevance

/external/json-schema-validator/src/test/java/com/networknt/schema/
DThresholdMixinPerfTest.java72 …double currentAvgTimeOnDouble = getAvgTimeViaMixin(currentImplementationDouble, valueDouble, execu… in currentTimeEstimate()
75 …double currentAvgTimeOnDecimal = getAvgTimeViaMixin(currentImplementationDouble, valueDecimal, exe… in currentTimeEstimate()
78 …double currentAvgTimeOnText = getAvgTimeViaMixin(currentImplementationDouble, valueTextual, execut… in currentTimeEstimate()
263 ThresholdMixin currentImplementationDouble = new ThresholdMixin() { field in ThresholdMixinPerfTest