disabled upload and download perf tests

This commit is contained in:
Ilya Lavrenov 2013-10-30 17:08:57 +04:00
parent c674d3cf49
commit 16df5b007d

View File

@ -156,6 +156,8 @@ PERF_TEST_P(setToFixture, setTo,
OCL_PERF_ELSE
}
#if 0
/////////////////// upload ///////////////////////////
typedef tuple<Size, MatDepth, int> uploadParams;
@ -228,3 +230,5 @@ PERF_TEST_P(downloadFixture, download,
SANITY_CHECK_NOTHING();
}
#endif