[llvm-commits] [test-suite] r148845 - /test-suite/trunk/MultiSource/Benchmarks/nbench/Makefile
Chad Rosier
mcrosier at apple.com
Tue Jan 24 11:33:22 PST 2012
Author: mcrosier
Date: Tue Jan 24 13:33:22 2012
New Revision: 148845
URL: http://llvm.org/viewvc/llvm-project?rev=148845&view=rev
Log:
nbench is still taking too long on embedded devices, so drop the number of iterations.
Modified:
test-suite/trunk/MultiSource/Benchmarks/nbench/Makefile
Modified: test-suite/trunk/MultiSource/Benchmarks/nbench/Makefile
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/MultiSource/Benchmarks/nbench/Makefile?rev=148845&r1=148844&r2=148845&view=diff
==============================================================================
--- test-suite/trunk/MultiSource/Benchmarks/nbench/Makefile (original)
+++ test-suite/trunk/MultiSource/Benchmarks/nbench/Makefile Tue Jan 24 13:33:22 2012
@@ -1,7 +1,7 @@
LEVEL = ../../..
PROG = nbench
-CPPFLAGS = -DBASE_ITERATIONS=50
+CPPFLAGS = -DBASE_ITERATIONS=25
LDFLAGS =
include ../../Makefile.multisrc
More information about the llvm-commits
mailing list