mirror of
https://github.com/boostorg/container.git
synced 2025-07-29 20:17:18 +02:00
Reduce iterations for resgresion tests
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user