Skip to content
Snippets Groups Projects
Commit 866d1e99 authored by Andreas Dedner's avatar Andreas Dedner
Browse files

for a program run via make check this takes to long (7min) and nothing...

for a program run via make check this takes to long (7min) and nothing additional seems to be checked through more iterations - if this check did something more which I do not understand please revert and comment

[[Imported from SVN: r5705]]
parent 31ef576c
Branches
Tags
No related merge requests found
......@@ -39,7 +39,7 @@ int main ( int argc, char **argv )
{
Timer timer;
const unsigned long iterations = 1 << 27;
const unsigned long iterations = 1 << 7;
const unsigned long factor = 16;
std :: cout << "Performing " << (factor*iterations) << " iterations." << std :: endl;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment