add SANITY_CHECK_NOTHING() to perf_test

pull/6949/head
MYLS 9 years ago
parent 27b924e99e
commit 8a65e73bfd
  1. 2
      modules/core/perf/perf_io_base64.cpp

@ -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();
}

Loading…
Cancel
Save