1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-29 15:23:05 +04:00

Tune sanity threshold in Moments performance test for Android aarch64.

This commit is contained in:
Alexander Smorkalov
2024-05-07 18:24:43 +03:00
parent ba65d2eb0d
commit 392fd4edd1
+1 -1
View File
@@ -35,7 +35,7 @@ PERF_TEST_P(MomentsFixture_val, Moments1,
mat += 1;
SANITY_CHECK_MOMENTS(m, 2e-4, ERROR_RELATIVE);
SANITY_CHECK_MOMENTS(m, 3.3e-4, ERROR_RELATIVE);
}
} // namespace