mirror of
https://github.com/opencv/opencv.git
synced 2025-06-12 20:42:53 +08:00
add SANITY_CHECK_NOTHING() to perf_test
This commit is contained in:
parent
27b924e99e
commit
8a65e73bfd
@ -47,6 +47,7 @@ PERF_TEST_P(Size_Mat_StrType, fs_text,
|
|||||||
}
|
}
|
||||||
|
|
||||||
remove(file_name.c_str());
|
remove(file_name.c_str());
|
||||||
|
SANITY_CHECK_NOTHING();
|
||||||
}
|
}
|
||||||
|
|
||||||
PERF_TEST_P(Size_Mat_StrType, fs_base64,
|
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());
|
remove(file_name.c_str());
|
||||||
|
SANITY_CHECK_NOTHING();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user