[llvm-commits] [test-suite] r107084 - in /test-suite/trunk/MultiSource/Benchmarks/PAQ8p: Makefile paq8p.reference_output.small small.in

Jakob Stoklund Olesen stoklund at 2pi.dk
Mon Jun 28 15:10:07 PDT 2010


Author: stoklund
Date: Mon Jun 28 17:10:07 2010
New Revision: 107084

URL: http://llvm.org/viewvc/llvm-project?rev=107084&view=rev
Log:
Speed up test for SMALL_PROBLEM_SIZE by using a smaller input file.

Added:
    test-suite/trunk/MultiSource/Benchmarks/PAQ8p/small.in
Modified:
    test-suite/trunk/MultiSource/Benchmarks/PAQ8p/Makefile
    test-suite/trunk/MultiSource/Benchmarks/PAQ8p/paq8p.reference_output.small

Modified: test-suite/trunk/MultiSource/Benchmarks/PAQ8p/Makefile
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/MultiSource/Benchmarks/PAQ8p/Makefile?rev=107084&r1=107083&r2=107084&view=diff
==============================================================================
--- test-suite/trunk/MultiSource/Benchmarks/PAQ8p/Makefile (original)
+++ test-suite/trunk/MultiSource/Benchmarks/PAQ8p/Makefile Mon Jun 28 17:10:07 2010
@@ -4,7 +4,7 @@
 CPPFLAGS += -DNOASM -DLLVM
 LDFLAGS = -lstdc++ -lm
 ifdef SMALL_PROBLEM_SIZE
-RUN_OPTIONS = -1 $(PROJ_SRC_DIR)/file1.in
+RUN_OPTIONS = -1 $(PROJ_SRC_DIR)/small.in
 else
 RUN_OPTIONS = -4 $(PROJ_SRC_DIR)/file1.in
 endif

Modified: test-suite/trunk/MultiSource/Benchmarks/PAQ8p/paq8p.reference_output.small
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/MultiSource/Benchmarks/PAQ8p/paq8p.reference_output.small?rev=107084&r1=107083&r2=107084&view=diff
==============================================================================
--- test-suite/trunk/MultiSource/Benchmarks/PAQ8p/paq8p.reference_output.small (original)
+++ test-suite/trunk/MultiSource/Benchmarks/PAQ8p/paq8p.reference_output.small Mon Jun 28 17:10:07 2010
@@ -1,6 +1,6 @@
 Creating archive with 1 file(s)...
-file1.in 262144 ->         4096        8192       12288       16384       20480       24576       28672       32768       36864       40960       45056       49152       53248       57344       61440       65536       69632       73728       77824       81920       86016       90112       94208       98304      102400      106496      110592      114688      118784      122880      126976      131072      135168      139264      143360      147456      151552      155648      159744      163840      1679
 36      172032      176128      180224      184320      188416      192512      196608      200704      204800      208896      212992      217088      221184      225280      229376      233472      237568      241664      245760      249856      253952      258048      262144262360      
-262144 -> 262389
+small.in 2048 -> 2058        
+2048 -> 2085
 Extracting 1 file(s) from archive -1
-Comparing file1.in 262144 ->         4096        8192       12288       16384       20480       24576       28672       32768       36864       40960       45056       49152       53248       57344       61440       65536       69632       73728       77824       81920       86016       90112       94208       98304      102400      106496      110592      114688      118784      122880      126976      131072      135168      139264      143360      147456      151552      155648      159744      163840
       167936      172032      176128      180224      184320      188416      192512      196608      200704      204800      208896      212992      217088      221184      225280      229376      233472      237568      241664      245760      249856      253952      258048identical   
+Comparing small.in 2048 -> identical   
 exit 0

Added: test-suite/trunk/MultiSource/Benchmarks/PAQ8p/small.in
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/MultiSource/Benchmarks/PAQ8p/small.in?rev=107084&view=auto
==============================================================================
Binary files test-suite/trunk/MultiSource/Benchmarks/PAQ8p/small.in (added) and test-suite/trunk/MultiSource/Benchmarks/PAQ8p/small.in Mon Jun 28 17:10:07 2010 differ





More information about the llvm-commits mailing list