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

Chad Rosier mcrosier at apple.com
Tue Jan 24 11:40:38 PST 2012


On Jan 24, 2012, at 5:21 AM, Benjamin Kramer wrote:

> 
> On 23.01.2012, at 22:26, Chad Rosier wrote:
> 
>> Author: mcrosier
>> Date: Mon Jan 23 15:26:53 2012
>> New Revision: 148727
>> 
>> URL: http://llvm.org/viewvc/llvm-project?rev=148727&view=rev
>> Log:
>> nbench exceeds the 500s default, so bump it a bit.
> 
> If it runs too slowly on embedded machines it may be a good idea to reduce the BASE_ITERATIONS number to scale the number of iterations down. I tweaked it to take between 10 and 20 seconds on my test machines, which are intel boxes not older than a couple of years.
> 

Good idea; committed revision 148845.


> - Ben
> 
>> 
>> Modified:
>>   test-suite/trunk/MultiSource/Benchmarks/nbench/Makefile
>> 
>> Modified: test-suite/trunk/MultiSource/Benchmarks/nbench/Makefile
>> URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/MultiSource/Benchmarks/nbench/Makefile?rev=148727&r1=148726&r2=148727&view=diff
>> ==============================================================================
>> --- test-suite/trunk/MultiSource/Benchmarks/nbench/Makefile (original)
>> +++ test-suite/trunk/MultiSource/Benchmarks/nbench/Makefile Mon Jan 23 15:26:53 2012
>> @@ -6,6 +6,9 @@
>> 
>> include	../../Makefile.multisrc
>> 
>> +# This test can take more than the default 500s timeout at -O0.
>> +RUNTIMELIMIT:=750
>> +
>> # Always copy NNET.DAT so it's available with SRCDIR != OBJDIR builds.
>> # FIXME: Hack
>> $(shell cp -n $(PROJ_SRC_DIR)/NNET.DAT .)
>> 
>> 
>> _______________________________________________
>> llvm-commits mailing list
>> llvm-commits at cs.uiuc.edu
>> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
> 




More information about the llvm-commits mailing list