[llvm-commits] [test-suite] r51905 - /test-suite/trunk/SingleSource/Benchmarks/CoyoteBench/fftbench.cpp

Anton Korobeynikov asl at math.spbu.ru
Tue Jun 3 09:03:12 PDT 2008


Author: asl
Date: Tue Jun  3 11:03:12 2008
New Revision: 51905

URL: http://llvm.org/viewvc/llvm-project?rev=51905&view=rev
Log:
Reduce testsize even more. This is needed at least on x86-32/linux

Modified:
    test-suite/trunk/SingleSource/Benchmarks/CoyoteBench/fftbench.cpp

Modified: test-suite/trunk/SingleSource/Benchmarks/CoyoteBench/fftbench.cpp
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/SingleSource/Benchmarks/CoyoteBench/fftbench.cpp?rev=51905&r1=51904&r2=51905&view=diff

==============================================================================
--- test-suite/trunk/SingleSource/Benchmarks/CoyoteBench/fftbench.cpp (original)
+++ test-suite/trunk/SingleSource/Benchmarks/CoyoteBench/fftbench.cpp Tue Jun  3 11:03:12 2008
@@ -46,7 +46,7 @@
 #ifdef SMALL_PROBLEM_SIZE
 static const int TEST_SIZE   =  50000;
 #else
-static const int TEST_SIZE   =  2097152/2;
+static const int TEST_SIZE   =  2097152/4;
 #endif
 #endif
 





More information about the llvm-commits mailing list