https://bz.apache.org/bugzilla/show_bug.cgi?id=61665

Dominik Stadler <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |WONTFIX
             Status|NEW                         |RESOLVED

--- Comment #3 from Dominik Stadler <[email protected]> ---
I did some analysis using Dynatrace AppMon and could not find any immediate
items that we can improve here. The top-consumers are all deep down somewhere
in XmlBeans, therefore I don't think we can do much here outside of the larger
XmlBeans replacement work.

getT()  6.37s   CPU: 36 %, Sync: 0 %, Wait: 0 %, Suspension: 0 %, I/O: 64 %    
org.openxmlformats.schemas.spreadsheetml.x2006.main.impl.CTCellImpl    
Openxmlformats

hasTextEnsureOccupancy()        6.37s   CPU: 36 %, Sync: 0 %, Wait: 0 %,
Suspension: 0 %, I/O: 64 %     org.apache.xmlbeans.impl.store.Xobj     XMLBeans

embedCurs()     6.37s   CPU: 36 %, Sync: 0 %, Wait: 0 %, Suspension: 0 %, I/O:
64 %     org.apache.xmlbeans.impl.store.Locale   XMLBeans


I have updated the FAQ entry slightly to adjust the expected timings via
r1819415

One thing to note is that initially class loading was taking a considerable
amount of time, therefore I added a way to do a "warmup" run to
SSPerformanceTest so that the actual code is tested, not classloading, see
r1819417

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to