Details
-
Improvement
-
Resolution: Fixed
-
Normal
-
None
-
None
Description
Many of our uses use the Java API, or otherwise are converting data to XML. So they incur the cost of conversion of the DFDL infoset from native form to JDOM.
Current performance measurements measure parse time excluding the conversion into XML. We should ALSO measure the parse performance including this conversion so as to better measure the performance our users experience.
I think we should add stats on this to current parse performance measurements.