mirror of
https://github.com/opencv/opencv.git
synced 2024-11-25 03:30:34 +08:00
remove CHECK from performance test
This commit is contained in:
parent
cf2d6f6721
commit
27b924e99e
@ -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,
|
|||||||
}
|
}
|
||||||
|
|
||||||
remove(file_name.c_str());
|
remove(file_name.c_str());
|
||||||
|
|
||||||
EXPECT_EQ( src, dst );
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user