unit-tests: Decreased loop count of FFT speed test to 10'000

This commit is contained in:
Andreas Steffen
2016-07-22 21:27:42 +02:00
parent 10ebb3c914
commit 5ce749bcfc
@@ -99,7 +99,7 @@ START_TEST(test_bliss_fft_speed)
struct timespec start, stop;
uint16_t n = bliss_fft_12289_512.n;
uint32_t x[n], X[n];
int i, m, count = 100000;
int i, m, count = 10000;
for (i = 0; i < n; i++)
{