mirror of https://github.com/CGAL/cgal
more iterations so that we see the dots in the testsuite
This commit is contained in:
parent
e5d314c9c3
commit
6b151ef5dc
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
int main()
|
||||
{
|
||||
for (int i=0; i<10; ++i)
|
||||
for (int i=0; i<10000; ++i)
|
||||
{
|
||||
CGAL_PROFILER("iterations of the for-loop");
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue