dft perf test minor fix
This commit is contained in:
parent
11b7127647
commit
177618984d
@ -20,9 +20,9 @@ PERF_TEST_P(Size_MatType, dft, TEST_MATS_DFT)
|
|||||||
declare.time(60);
|
declare.time(60);
|
||||||
|
|
||||||
TEST_CYCLE(100)
|
TEST_CYCLE(100)
|
||||||
{
|
{
|
||||||
dft(src, dst, 0.f);
|
dft(src, dst);
|
||||||
}
|
}
|
||||||
|
|
||||||
SANITY_CHECK(dst);
|
SANITY_CHECK(dst);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user