Commit 8a65e73b authored by MYLS's avatar MYLS

add SANITY_CHECK_NOTHING() to perf_test

parent 27b924e9
......@@ -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();
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment