CustomValidationConfig.AccuracyValidator

public static interface CustomValidationConfig.AccuracyValidator

Defines custom accuracy validation rule.

Public Method Summary

abstract boolean
validate(BenchmarkResult benchmarkResult, ByteBuffer[] goldenOutput)
Returns whether the benchmarkResult meets accuracy requirement.

Public Methods

public abstract boolean validate (BenchmarkResult benchmarkResult, ByteBuffer[] goldenOutput)

Returns whether the benchmarkResult meets accuracy requirement.