[beast] TESTS: reduce number of resamplehandle seek tests for performance reasons



commit 4704f16b77f6e821dea51d41013a230242e1cf6f
Author: Stefan Westerfeld <stefan space twc de>
Date:   Sun Feb 20 23:06:06 2011 +0100

    TESTS: reduce number of resamplehandle seek tests for performance reasons

 bse/tests/resamplehandle.cc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/bse/tests/resamplehandle.cc b/bse/tests/resamplehandle.cc
index f0d838b..f8cb18c 100644
--- a/bse/tests/resamplehandle.cc
+++ b/bse/tests/resamplehandle.cc
@@ -115,7 +115,7 @@ check (const char           *up_down,
 
   /* test seeking */
   worst_diff = 0.0;
-  const uint count = sfi_init_settings().test_slow ? 3000 : 100;
+  const uint count = sfi_init_settings().test_slow ? 300 : 100;
   for (uint j = 0; j < count; j++)
     {
       int64 start = rand() % rhandle->setup.n_values;



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]