]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Computers become faster. Increase workload slightly.
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 5 May 2010 19:18:09 +0000 (19:18 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 5 May 2010 19:18:09 +0000 (19:18 +0000)
git-svn-id: https://svn.dealii.org/trunk@21078 0785d39b-7218-0410-832d-ea1e28bc413d

tests/base/timer.cc

index b42799d080e9ddecffefe652c558f7497829ba06..d8d8766f8d4ecf11b396b258b3edbf09c15e1556 100644 (file)
@@ -2,7 +2,7 @@
 //    $Id$
 //    Version: $Name$ 
 //
-//    Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005 by the deal.II authors
+//    Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2010 by the deal.II authors
 //
 //    This file is subject to QPL and may not be  distributed
 //    without copyright and license information. Please refer
@@ -59,17 +59,17 @@ int main ()
   deallog.threshold_double(1.e-10);
 
   Timer t1,t2;
-  burn (20);
+  burn (50);
   double s01 = t1.stop();
   double s02 = t2();
-  burn (20);
+  burn (50);
   double s11 = t1.stop();
   double s12 = t2();
   t1.start();
-  burn (20);
+  burn (50);
   double s21 = t1();
   double s22 = t2();
-  burn (20);
+  burn (50);
   double s31 = t1();
   double s32 = t2();
 

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.