Reduce iterations for resgresion tests

This commit is contained in:
Ion Gaztañaga
2024-05-23 22:53:35 +02:00
parent c09c9b5804
commit c38fe90e9a

View File

@ -293,7 +293,7 @@ void test_vectors()
#endif
std::size_t numele [] = { 100000 };
#elif defined SIMPLE_IT
std::size_t numit [] = { 100 };
std::size_t numit [] = { 10 };
std::size_t numele [] = { 100000 };
#else
#ifdef NDEBUG