Commit 27b924e9 authored by MYLS's avatar MYLS

remove CHECK from performance test

parent cf2d6f67
...@@ -47,8 +47,6 @@ PERF_TEST_P(Size_Mat_StrType, fs_text, ...@@ -47,8 +47,6 @@ PERF_TEST_P(Size_Mat_StrType, fs_text,
} }
remove(file_name.c_str()); remove(file_name.c_str());
EXPECT_EQ( src, dst );
} }
PERF_TEST_P(Size_Mat_StrType, fs_base64, PERF_TEST_P(Size_Mat_StrType, fs_base64,
...@@ -83,6 +81,4 @@ 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()); remove(file_name.c_str());
EXPECT_EQ( src, dst );
} }
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