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

Merge pull request #25558 from asmorkalov:as/moments_sanity

Tune sanity threshold in Moments performance test for Android aarch64
This commit is contained in:
Alexander Smorkalov
2024-05-07 19:38:06 +03:00
committed by GitHub
+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