gatling822
gatling822
It does not appear the the ma.update() will do anything considering non of the tsmm model implement the update() method. Is it expected that when using this library it is...
We have been using this awesome rules engine for almost 2 years thing have been great but recently we added more rule the performance started to degrade. We found that...
`if (log.isLoggable(Level.INFO)) { log.info("matched: " + msg); } if (log.isLoggable(Level.INFO)) { log.info("unmatched: " + msg); }` The above log statements could be changed to DEBUG. In my system where there...