[llvm-commits] CVS: llvm-test/MultiSource/Benchmarks/Olden/tsp/Makefile
Evan Cheng
evan.cheng at apple.com
Tue Jun 19 14:51:18 PDT 2007
Changes in directory llvm-test/MultiSource/Benchmarks/Olden/tsp:
Makefile updated: 1.8 -> 1.9
---
Log message:
Increase test size to something more reasonable.
---
Diffs of the changes: (+1 -1)
Makefile | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm-test/MultiSource/Benchmarks/Olden/tsp/Makefile
diff -u llvm-test/MultiSource/Benchmarks/Olden/tsp/Makefile:1.8 llvm-test/MultiSource/Benchmarks/Olden/tsp/Makefile:1.9
--- llvm-test/MultiSource/Benchmarks/Olden/tsp/Makefile:1.8 Thu May 3 15:45:19 2007
+++ llvm-test/MultiSource/Benchmarks/Olden/tsp/Makefile Tue Jun 19 16:50:56 2007
@@ -7,7 +7,7 @@
RUN_OPTIONS = 2048000
else
ifdef SMALL_PROBLEM_SIZE
-RUN_OPTIONS = 10240
+RUN_OPTIONS = 102400
else
RUN_OPTIONS = 1024000
endif
More information about the llvm-commits
mailing list