Reduce element size, it was accidently committed and it makes regression runners take longer than needed

This commit is contained in:
Ion Gaztañaga
2026-01-18 16:13:31 +01:00
parent 2bc94e2c5e
commit 93752fd9ed

View File

@@ -395,14 +395,14 @@ void test_vectors_impl()
#else
std::size_t numit [] = { 20 };
#endif
std::size_t numele [] = { 100000 };
std::size_t numele [] = { 10000 };
#elif defined SIMPLE_IT
#ifdef NDEBUG
std::size_t numit [] = { 150 };
#else
std::size_t numit [] = { 10 };
#endif
std::size_t numele [] = { 500000 };
std::size_t numele [] = { 10000 };
#else
#ifdef NDEBUG
unsigned int numit [] = { 1000, 10000, 100000, 1000000 };