From 82971a5dcda3dcb36465c0984f69a98a31baf7e7 Mon Sep 17 00:00:00 2001 From: Hauke Heibel Date: Tue, 1 Dec 2009 09:29:56 +0100 Subject: [PATCH] Adapted the number of test runs. --- unsupported/test/nesting_profiling.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unsupported/test/nesting_profiling.cpp b/unsupported/test/nesting_profiling.cpp index bee5b3c70..c0803bd46 100644 --- a/unsupported/test/nesting_profiling.cpp +++ b/unsupported/test/nesting_profiling.cpp @@ -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();