nprentza commented on PR #268: URL: https://github.com/apache/incubator-kie-benchmarks/pull/268#issuecomment-1770229552
> So overall, I recommend to run > > ``` > java -jar target/drools-benchmarks-reliability.jar -jvmArgs "-Xms4g -Xmx4g" -foe true -wi 0 -i 1 -f 1 org.drools.benchmarks.reliability.InsertAndFireBenchmark > ``` > > to check if benchmarks can run with all params combinations. I run the above with all benchmarks, found a problem with InsertOnlyBenchmark and solved it by moving the call to configureServicePriorities() before attempting to instantiate the InfinispanStorageManager (class AbstractReliabilityBenchmark, method setupEnvironment() ). -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
