Updated sanity threshold for convertTo perf test
This commit is contained in:
parent
9bbcebd6b0
commit
3ec3c59197
@ -32,5 +32,5 @@ PERF_TEST_P( Size_DepthSrc_DepthDst_Channels_alpha, convertTo,
|
|||||||
|
|
||||||
TEST_CYCLE() src.convertTo(dst, depthDst, alpha);
|
TEST_CYCLE() src.convertTo(dst, depthDst, alpha);
|
||||||
|
|
||||||
SANITY_CHECK(dst, 1e-12);
|
SANITY_CHECK(dst, alpha == 1.0 ? 1e-12 : 1e-7);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user