[jboss-jira] [JBoss JIRA] (JBRULES-3394) Bechmarker: MatrixAxis to configure a matrix of benchmarks easily

Geoffrey De Smet (JIRA) jira-events at lists.jboss.org
Mon Feb 20 15:25:37 EST 2012


Geoffrey De Smet created JBRULES-3394:
-----------------------------------------

             Summary: Bechmarker: MatrixAxis to configure a matrix of benchmarks easily
                 Key: JBRULES-3394
                 URL: https://issues.jboss.org/browse/JBRULES-3394
             Project: Drools
          Issue Type: Feature Request
      Security Level: Public (Everyone can see)
          Components: drools-planner
            Reporter: Geoffrey De Smet
            Assignee: Geoffrey De Smet


Each property would get a MatrixAxis alternative:
{code}
<acceptor>
 <propertyTabuMatrixAxis>
  <value>5</>
  <value>7</>
  <value>11</>
 </>
 <moveTabuMatrixAxis>
  <value>5</>
  <value>7</>
  <value>11</>
  <value>13</>
 </>
</>
{code}
In the case above we would have 3 * 4 = 12 benchmarks, would could result in saying that propertyTabu 5 + moveTabu 13 is best but that propertyTabu 7 + moveTabu 11 is the runner up.

Technical problem: Don't want to litter AcceptorConfig with private MatrixAxis<int> propertyTabuMatrixAxis because non benchmark configs should not use it.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jboss-jira mailing list