[llvm-commits] [test-suite] r44195 - in /test-suite/trunk/SingleSource/Benchmarks/Dhrystone: dry.c fldry.c
Evan Cheng
evan.cheng at apple.com
Fri Nov 16 15:25:06 PST 2007
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 */
More information about the llvm-commits
mailing list