Skip to content

Commit

Permalink
Reduce iterations for resgresion tests
Browse files Browse the repository at this point in the history
  • Loading branch information
igaztanaga committed May 23, 2024
1 parent c09c9b5 commit c38fe90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bench/bench_vectors.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c38fe90

Please sign in to comment.