Skip to content

dnn(test): skip very long debug tests, reduce test time#24763

Merged
opencv-pushbot merged 1 commit intoopencv:4.xfrom
opencv-pushbot:gitee/alalek/test_dnn_skip_update_debug
Dec 25, 2023
Merged

dnn(test): skip very long debug tests, reduce test time#24763
opencv-pushbot merged 1 commit intoopencv:4.xfrom
opencv-pushbot:gitee/alalek/test_dnn_skip_update_debug

Conversation

@opencv-alalek
Copy link
Copy Markdown
Contributor

No description provided.

@opencv-pushbot opencv-pushbot force-pushed the gitee/alalek/test_dnn_skip_update_debug branch from d8fe75e to f49b261 Compare December 25, 2023 08:44
@asmorkalov asmorkalov self-requested a review December 25, 2023 09:06
@asmorkalov asmorkalov self-assigned this Dec 25, 2023
Copy link
Copy Markdown
Contributor

@asmorkalov asmorkalov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@opencv-pushbot opencv-pushbot merged commit c38eff6 into opencv:4.x Dec 25, 2023
Comment on lines +777 to +782
int NUM = size;
static size_t DNN_LIMIT_CONV = utils::getConfigurationParameterSizeT("OPENCV_TEST_DNN_LIMIT_CONV", 0);
if (DNN_LIMIT_CONV > 0)
NUM = std::min(NUM, (int)DNN_LIMIT_CONV);

std::vector<ConvParam_t> v_(NUM);
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The PR changes default behaviour. All cases executed by default, but not only the first 20. Is it expected behaviour?

@asmorkalov asmorkalov mentioned this pull request Jan 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants