Peter,
Would it be possible to make tests flexible enough that we can profile
reteoo and leaps at the same time? It 's as simple as getting RuleBase
protected RuleBase getLeapsRuleBase() throws Exception {
return new org.drools.leaps.RuleBaseImpl();
}
protected RuleBase getReteRuleBase() throws Exception {
return new RuleBaseImpl();
}
everything else should be pretty much the same
On 4/21/06, Peter Lin <[EMAIL PROTECTED]> wrote:
> http://woolfel.blogspot.com/2006/04/more-drools-benchmark-planned.html
> http://woolfel.blogspot.com/2006/04/more-drools3-performance.html
>
> Here are some more performance numbers for drools 3, and ideas for further
> tests
>
> peter
>
>