mirror of
https://github.com/opencv/opencv.git
synced 2025-07-24 14:06:27 +08:00
Tune sanity threshold in Moments performance test for Android aarch64.
This commit is contained in:
parent
ba65d2eb0d
commit
392fd4edd1
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user