ocl: compare: remove useless perf tests
authorAlexander Alekhin <alexander.alekhin@itseez.com>
Mon, 17 Mar 2014 08:29:49 +0000 (12:29 +0400)
committerAlexander Alekhin <alexander.alekhin@itseez.com>
Mon, 17 Mar 2014 08:33:12 +0000 (12:33 +0400)
modules/core/perf/opencl/perf_arithm.cpp

index a2c015b..7e0e00e 100644 (file)
@@ -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);