ocl: compare: remove useless perf tests
This commit is contained in:
parent
7ce2ca2e0c
commit
af062b7c42
@ -559,7 +559,8 @@ OCL_PERF_TEST_P(CompareFixture, Compare,
|
|||||||
|
|
||||||
OCL_PERF_TEST_P(CompareFixture, CompareScalar,
|
OCL_PERF_TEST_P(CompareFixture, CompareScalar,
|
||||||
::testing::Combine(OCL_TEST_SIZES,
|
::testing::Combine(OCL_TEST_SIZES,
|
||||||
OCL_TEST_TYPES_134, CmpCode::all()))
|
OCL_PERF_ENUM((MatType)CV_32FC1), // TODO: OCL_TEST_TYPES_134
|
||||||
|
CmpCode::all()))
|
||||||
{
|
{
|
||||||
const CompareParams params = GetParam();
|
const CompareParams params = GetParam();
|
||||||
const Size srcSize = get<0>(params);
|
const Size srcSize = get<0>(params);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user