[llvm-commits] [test-suite] r103244 - /test-suite/trunk/MultiSource/Benchmarks/Makefile

Evan Cheng evan.cheng at apple.com
Thu May 6 23:26:28 PDT 2010


Author: evancheng
Date: Fri May  7 01:26:28 2010
New Revision: 103244

URL: http://llvm.org/viewvc/llvm-project?rev=103244&view=rev
Log:
Disable OptimizerEval. The amount of time it takes to run it changes dramatically between runs which makes it a poor benchmark.

Modified:
    test-suite/trunk/MultiSource/Benchmarks/Makefile

Modified: test-suite/trunk/MultiSource/Benchmarks/Makefile
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/MultiSource/Benchmarks/Makefile?rev=103244&r1=103243&r2=103244&view=diff
==============================================================================
--- test-suite/trunk/MultiSource/Benchmarks/Makefile (original)
+++ test-suite/trunk/MultiSource/Benchmarks/Makefile Fri May  7 01:26:28 2010
@@ -1,8 +1,9 @@
 # MultiSource/Benchmarks Makefile:  Build all subdirectories automatically
 
 LEVEL = ../..
+# Disabled: OptimizerEval.
 PARALLEL_DIRS := Fhourstones Fhourstones-3.1 \
-                 McCat Olden OptimizerEval Ptrdist llubenchmark \
+                 McCat Olden Ptrdist llubenchmark \
                  sim FreeBench MallocBench Prolangs-C SciMark2-C\
                  mediabench ASCI_Purple MiBench Trimaran VersaBench NPB-serial\
                  BitBench ASC_Sequoia





More information about the llvm-commits mailing list