From c556c62e38ad8f5b0423a91d919c13ac85a23f32 Mon Sep 17 00:00:00 2001 From: jpr Date: Wed, 2 Nov 2005 09:40:11 +0000 Subject: [PATCH] Looping 10000000 times should be enought --- Testing/TestInline.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Testing/TestInline.cxx b/Testing/TestInline.cxx index e28c473a..38611dae 100755 --- a/Testing/TestInline.cxx +++ b/Testing/TestInline.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: TestInline.cxx,v $ Language: C++ - Date: $Date: 2005/10/24 16:01:39 $ - Version: $Revision: 1.6 $ + Date: $Date: 2005/11/02 09:40:11 $ + Version: $Revision: 1.7 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -149,7 +149,7 @@ int TestInline(int argc, char *argv[]) if (argc > 1) nbLoop = atoi(argv[1]); else - nbLoop = 100000000; + nbLoop = 10000000; clock_t r1, r2; struct tms tms1, tms2; -- 2.48.1