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
commit a9e489f149
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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