[armedbear-devel] Significant increase in build time

Mark Evenson evenson at panix.com
Thu Nov 11 13:02:59 UTC 2010


On Nov 11, 2010, at 11:22 , Erik Huelsmann wrote:

> Hi Blake,
> 
> On Sat, Nov 6, 2010 at 7:11 PM, Blake McBride <blake at mcbride.name> wrote:
>> I'd really like to run a bench mark before and after the commit in
>> question.  I spent a short time trying to run the benchmarks a while
>> back but was unsuccessful getting it to run.  Can you help me with
>> this?
> 
> Sure. What's your platform? If it's Linux/unix, getting the tests to
> run is relatively easy: make sure  you have "make" and follow the
> instructions in the README file.


There is support in the ASDF system definition 'abcl.asd' for running the cl-bench tests as well.  Simply install the cl-bench suite in a sibling directory to the ABCL source, then either

1) From the REPL

CL-USER> (asdf:load-system :abcl)
[…]
Cl-USER> (asdf:test-system :cl-bench)

or 

2) Use the ant target 'test.cl-bench'

cmd$ ant test.cl-bench


--
"A screaming comes across the sky.  It has happened before, but there is nothing to compare to it now."








More information about the armedbear-devel mailing list