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

@@ -21,6 +21,7 @@ PERF_TEST_P( MatType_Length, dot,
Mat b(size, size, type);
declare.in(a, b, WARMUP_RNG);
declare.time(100);
double product;