increased time-limits

This commit is contained in:
Anna Kogan
2012-11-28 17:36:19 +04:00
parent 8877066846
commit 4e21f42714
6 changed files with 10 additions and 0 deletions

View File

@@ -150,6 +150,7 @@ PERF_TEST_P(Size_MatType_NormType, normalize_mask,
if(normType==NORM_L2) alpha = (double)src.total()/10;
declare.in(src, WARMUP_RNG).in(mask).out(dst);
declare.time(100);
TEST_CYCLE() normalize(src, dst, alpha, 0., normType, -1, mask);