Author: evancheng
Date: Fri Nov 16 17:25:06 2007
New Revision: 44195

URL: http://llvm.org/viewvc/llvm-project?rev=44195&view=rev
Log:
Increase test sizes.

Modified:
    test-suite/trunk/SingleSource/Benchmarks/Dhrystone/dry.c
    test-suite/trunk/SingleSource/Benchmarks/Dhrystone/fldry.c

Modified: test-suite/trunk/SingleSource/Benchmarks/Dhrystone/dry.c
URL: 
http://llvm.org/viewvc/llvm-project/test-suite/trunk/SingleSource/Benchmarks/Dhrystone/dry.c?rev=44195&r1=44194&r2=44195&view=diff

==============================================================================
--- test-suite/trunk/SingleSource/Benchmarks/Dhrystone/dry.c (original)
+++ test-suite/trunk/SingleSource/Benchmarks/Dhrystone/dry.c Fri Nov 16 
17:25:06 2007
@@ -91,7 +91,7 @@
 #ifdef SMALL_PROBLEM_SIZE
 #define LOOPS  2000000
 #else
-#define LOOPS  20000000
+#define LOOPS  100000000
 #endif
 
 /* Compiler dependent options */

Modified: test-suite/trunk/SingleSource/Benchmarks/Dhrystone/fldry.c
URL: 
http://llvm.org/viewvc/llvm-project/test-suite/trunk/SingleSource/Benchmarks/Dhrystone/fldry.c?rev=44195&r1=44194&r2=44195&view=diff

==============================================================================
--- test-suite/trunk/SingleSource/Benchmarks/Dhrystone/fldry.c (original)
+++ test-suite/trunk/SingleSource/Benchmarks/Dhrystone/fldry.c Fri Nov 16 
17:25:06 2007
@@ -91,7 +91,7 @@
 #ifdef SMALL_PROBLEM_SIZE
 #define LOOPS  2000000
 #else
-#define LOOPS  20000000
+#define LOOPS  100000000
 #endif
 
 /* Compiler dependent options */


_______________________________________________
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to