[ 
https://issues.apache.org/jira/browse/ODFTOOLKIT-463?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16101625#comment-16101625
 ] 

Svante Schubert commented on ODFTOOLKIT-463:
--------------------------------------------

I missed the addition of the link earlier. I wonder where to place the 
performance regression test, is the code added to each project or shared?
I assume the performance regression test is not executed with every build, but 
only when explicitly called due to warm-up phase and duration, although it 
would be nice to be certain it is executed before a commit.
It's fine with me if we require Oracle JDK due to their extensions for the 
performance tests as long the test software referenced from the build script is 
available for everyone.
What tooling are you using in addition, Thomas?


> Performance issues
> ------------------
>
>                 Key: ODFTOOLKIT-463
>                 URL: https://issues.apache.org/jira/browse/ODFTOOLKIT-463
>             Project: ODF Toolkit
>          Issue Type: Bug
>            Reporter: Thomas Hackel
>            Priority: Minor
>         Attachments: odf-hotspots.png
>
>
> Version: 0.8.2-incubating  (not present in JIRA)
> I have different "output writers" for formats like ODF/CSV/POI etc.
> The ODF version is the slowest of all, it might be a usage problem or a 
> ODFToolkit issue.
> It seems that creating new Rows/Cells is consuming a lot of time.
> All other implementations have the QueryDSL.fetch method as the major 
> hotspot. With ODFToolkit this data gathering method is only at place 3.
> All what i am doing is creating a new row for each line of data:
> {code:java}
> row = table.getRowByIndex(rowNumber);
> {code}
> I am talking about only 6000 rows.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to