increased time-limits

This commit is contained in:
Anna Kogan
2012-11-28 14:13:24 +04:00
parent 157cdeb443
commit 8877066846
10 changed files with 12 additions and 2 deletions

View File

@@ -31,6 +31,7 @@ PERF_TEST_P(Size_MatType_ThreshType, threshold,
double maxval = theRNG().uniform(1, 254);
declare.in(src, WARMUP_RNG).out(dst);
declare.time(100);
TEST_CYCLE() threshold(src, dst, thresh, maxval, threshType);