Commit 16df5b00 authored by Ilya Lavrenov's avatar Ilya Lavrenov

disabled upload and download perf tests

parent c674d3cf
...@@ -156,6 +156,8 @@ PERF_TEST_P(setToFixture, setTo, ...@@ -156,6 +156,8 @@ PERF_TEST_P(setToFixture, setTo,
OCL_PERF_ELSE OCL_PERF_ELSE
} }
#if 0
/////////////////// upload /////////////////////////// /////////////////// upload ///////////////////////////
typedef tuple<Size, MatDepth, int> uploadParams; typedef tuple<Size, MatDepth, int> uploadParams;
...@@ -228,3 +230,5 @@ PERF_TEST_P(downloadFixture, download, ...@@ -228,3 +230,5 @@ PERF_TEST_P(downloadFixture, download,
SANITY_CHECK_NOTHING(); SANITY_CHECK_NOTHING();
} }
#endif
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment