Commit af062b7c authored by Alexander Alekhin's avatar Alexander Alekhin

ocl: compare: remove useless perf tests

parent 7ce2ca2e
......@@ -559,7 +559,8 @@ OCL_PERF_TEST_P(CompareFixture, Compare,
OCL_PERF_TEST_P(CompareFixture, CompareScalar,
::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 Size srcSize = get<0>(params);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment