[llvm-commits] CVS: llvm/test/Programs/MultiSource/Benchmarks/Olden/bisort/Makefile

Chris Lattner lattner at cs.uiuc.edu
Thu Nov 13 11:54:01 PST 2003


Changes in directory llvm/test/Programs/MultiSource/Benchmarks/Olden/bisort:

Makefile updated: 1.6 -> 1.7

---
Log message:

Take ~10s to run the test


---
Diffs of the changes:  (+1 -1)

Index: llvm/test/Programs/MultiSource/Benchmarks/Olden/bisort/Makefile
diff -u llvm/test/Programs/MultiSource/Benchmarks/Olden/bisort/Makefile:1.6 llvm/test/Programs/MultiSource/Benchmarks/Olden/bisort/Makefile:1.7
--- llvm/test/Programs/MultiSource/Benchmarks/Olden/bisort/Makefile:1.6	Fri Sep 12 11:02:23 2003
+++ llvm/test/Programs/MultiSource/Benchmarks/Olden/bisort/Makefile	Thu Nov 13 11:53:25 2003
@@ -5,7 +5,7 @@
 LDFLAGS  = -lm
 
 ifdef LARGE_PROBLEM_SIZE
-RUN_OPTIONS = 7000000
+RUN_OPTIONS = 3000000
 else
 RUN_OPTIONS = 700000
 endif





More information about the llvm-commits mailing list