remove CHECK from performance test

This commit is contained in:
MYLS 2016-07-19 22:06:21 +08:00
parent cf2d6f6721
commit 27b924e99e

View File

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