Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
O
opencv
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
opencv
Commits
caa013b2
Commit
caa013b2
authored
6 years ago
by
Alexander Alekhin
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #13925 from alalek:core_disable_io_perf_test
parents
5fd47352
f1f0f630
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
perf_io_base64.cpp
modules/core/perf/perf_io_base64.cpp
+2
-2
No files found.
modules/core/perf/perf_io_base64.cpp
View file @
caa013b2
...
...
@@ -12,7 +12,7 @@ typedef TestBaseWithParam<Size_MatType_Str_t> Size_Mat_StrType;
#define FILE_EXTENSION String(".xml"), String(".yml"), String(".json")
PERF_TEST_P
(
Size_Mat_StrType
,
fs_text
,
PERF_TEST_P
(
Size_Mat_StrType
,
DISABLED_
fs_text
,
testing
::
Combine
(
testing
::
Values
(
MAT_SIZES
),
testing
::
Values
(
MAT_TYPES
),
testing
::
Values
(
FILE_EXTENSION
))
...
...
@@ -48,7 +48,7 @@ PERF_TEST_P(Size_Mat_StrType, fs_text,
SANITY_CHECK_NOTHING
();
}
PERF_TEST_P
(
Size_Mat_StrType
,
fs_base64
,
PERF_TEST_P
(
Size_Mat_StrType
,
DISABLED_
fs_base64
,
testing
::
Combine
(
testing
::
Values
(
MAT_SIZES
),
testing
::
Values
(
MAT_TYPES
),
testing
::
Values
(
FILE_EXTENSION
))
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment