[jbossts-issues] [JBoss JIRA] (JBTM-2368) CSV JMH benchmark file contains an unexpected double value

Michael Musgrove (JIRA) issues at jboss.org
Fri Apr 17 05:53:18 EDT 2015


Michael Musgrove created JBTM-2368:
--------------------------------------

             Summary: CSV JMH benchmark file contains an unexpected double value
                 Key: JBTM-2368
                 URL: https://issues.jboss.org/browse/JBTM-2368
             Project: JBoss Transaction Manager
          Issue Type: Bug
          Components: Performance Testing
    Affects Versions: 5.0.4
            Reporter: Michael Musgrove
            Assignee: Michael Musgrove
             Fix For: 5.0.5


On one of the PERF axis CI runs a JMH benchmark csv file contained a double value in the "number of samples" column. The code in io.narayana.perf.jmh.BMParser expects an integer so fails with NumberFormatException (see linked CI job)

I don't know why JMH would use a double here (since in all other perf runs for the same benchmark it has used an integer). Anyway, I think I will just update the parser to accept a double or an int for this column.



--
This message was sent by Atlassian JIRA
(v6.3.11#6341)


More information about the jbossts-issues mailing list