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

Benjamin Kramer benny.kra at googlemail.com
Tue Jan 24 05:21:05 PST 2012


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.

- 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