1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-30 07:43:03 +04:00

adding/tuning multiple run for perf tests failing due to big deviation (functions using TBB can work so)

This commit is contained in:
Andrey Pavlenko
2013-07-26 17:27:31 +04:00
parent 48e31fd202
commit 3a0e26b89d
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ PERF_TEST_P(Size_Source, calcHist1d,
declare.in(source);
TEST_CYCLE()
TEST_CYCLE_MULTIRUN(3)
{
calcHist(&source, numberOfImages, channels, Mat(), hist, dims, histSize, ranges);
}