add SANITY_CHECK_NOTHING() to perf_test

This commit is contained in:
MYLS 2016-07-20 20:18:16 +08:00
parent 27b924e99e
commit 8a65e73bfd

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