add SANITY_CHECK_NOTHING() to perf_test
authorMYLS <Wiryls@gmx.com>
Wed, 20 Jul 2016 12:18:16 +0000 (20:18 +0800)
committerMYLS <Wiryls@gmx.com>
Wed, 20 Jul 2016 12:18:16 +0000 (20:18 +0800)
modules/core/perf/perf_io_base64.cpp

index f2982b2..04a4a04 100644 (file)
@@ -47,6 +47,7 @@ PERF_TEST_P(Size_Mat_StrType, fs_text,
     }
 
     remove(file_name.c_str());
+    SANITY_CHECK_NOTHING();
 }
 
 PERF_TEST_P(Size_Mat_StrType, fs_base64,
@@ -81,4 +82,5 @@ PERF_TEST_P(Size_Mat_StrType, fs_base64,
     }
 
     remove(file_name.c_str());
+    SANITY_CHECK_NOTHING();
 }