remove CHECK from performance test
This commit is contained in:
@@ -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 );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user