Hi!

I'm testing the loading time of the line: kbuilder.add(ResourceFactory.newClassPathResource("nodesflow.rf", DroolsTest.class), ResourceType.DRF ); for a rule flow file with 1 split node, 3 split nodes, 7 split nodes, ... 

But the results I already have are confusing:
1 split node      
26071960,8

1


3 split nodes
1018762000
40, 85676594 times the time of 1 split node flow
7 split nodes
4974479,4
1,907968479 times the time of 1 split node flow 

Can anybody explain why the 3 split node rule flow file takes a lot longer than the 7 split rule flow file? 

Thx, 

Femke