drools-benchmarks-parent/drools-benchmarks/src/main/java/org/drools/benchmarks/session/UpdatesOnJoinUnmatchRootNodeBenchmark.java [74:86]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    public void setup() {
        kieSession = RuntimeUtil.createKieSession(kieBase);

        as = new A[factsNr];
        bs = new B[factsNr];
        cs = new C[factsNr];
        ds = new D[factsNr];

        aFHs = new FactHandle[factsNr];
        bFHs = new FactHandle[factsNr];
        cFHs = new FactHandle[factsNr];
        dFHs = new FactHandle[factsNr];
    }
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



drools-benchmarks-parent/drools-benchmarks/src/main/java/org/drools/benchmarks/session/UpdatesOnJoinBenchmark.java [74:86]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    public void setup() {
        kieSession = RuntimeUtil.createKieSession(kieBase);

        as = new A[factsNr];
        bs = new B[factsNr];
        cs = new C[factsNr];
        ds = new D[factsNr];

        aFHs = new FactHandle[factsNr];
        bFHs = new FactHandle[factsNr];
        cFHs = new FactHandle[factsNr];
        dFHs = new FactHandle[factsNr];
    }
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



