remove CHECK from performance test

pull/6949/head
MYLS 9 years ago
parent cf2d6f6721
commit 27b924e99e
  1. 4
      modules/core/perf/perf_io_base64.cpp

@ -47,8 +47,6 @@ PERF_TEST_P(Size_Mat_StrType, fs_text,
}
remove(file_name.c_str());
EXPECT_EQ( src, dst );
}
PERF_TEST_P(Size_Mat_StrType, fs_base64,
@ -83,6 +81,4 @@ PERF_TEST_P(Size_Mat_StrType, fs_base64,
}
remove(file_name.c_str());
EXPECT_EQ( src, dst );
}

Loading…
Cancel
Save