Skip to content
Snippets Groups Projects
Commit b841d285 authored by Simon Praetorius's avatar Simon Praetorius
Browse files

Reduce Benchmark complexity in tests

parent ed04deca
No related branches found
No related tags found
1 merge request!260Reduce Benchmark complexity in tests
Pipeline #75647 passed
......@@ -174,7 +174,7 @@ int main ( int argc, char **argv )
{
bool pass = true;
int nIter = 100;
int nIter = 10;
if (argc > 1)
nIter = std::atoi(argv[1]);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment