mirror of
https://github.com/opencv/opencv.git
synced 2025-01-19 06:53:50 +08:00
Change sanity check for perfomance test of dft
This commit is contained in:
parent
a6b53489e6
commit
9b6feee1a5
@ -22,5 +22,5 @@ PERF_TEST_P(Size_MatType, dft, TEST_MATS_DFT)
|
|||||||
|
|
||||||
TEST_CYCLE() dft(src, dst);
|
TEST_CYCLE() dft(src, dst);
|
||||||
|
|
||||||
SANITY_CHECK(dst, 1e-5);
|
SANITY_CHECK(dst, 1e-5, ERROR_RELATIVE);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user