Adapted the number of test runs.

This commit is contained in:
Hauke Heibel 2009-12-01 09:29:56 +01:00
parent 1fc5fdea25
commit 82971a5dcd

View File

@ -169,7 +169,7 @@ EIGEN_DONT_INLINE void run_direct(int num_runs = 1)
void test_nesting_profiling()
{
const int num_runs = 100000;
const int num_runs = 10000;
BenchTimer timer;
const double start = timer.getTime();