Changes between Version 10 and Version 11 of QtWebKitPerformanceToolBackLog:


Ignore:
Timestamp:
Nov 26, 2009 4:33:36 AM (14 years ago)
Author:
zecke@selfish.org
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • QtWebKitPerformanceToolBackLog:

    v10 v11  
    66||http_server is currently sending every response with "Content-Length". This will make only one path in QHttpNetworkReply for body paring be executed. The '''http_server''' must send content with transfer-encoding "chunked" and without the "Content-Length".||||
    77||Create paint traces with a better data format. Currently a full trace will make the device go out of memory.|| ||
    8 ||loading_standalone was created to reproduce a loading issue with Wikipedia content. Currently it is not able to reproduce the exact same set of problems. The test should be changed to start new downloads from within didReceiveResponse... like in the real case.||||
     8||loading_standalone was created to reproduce a loading issue with Wikipedia content. Currently it is not able to reproduce the exact same set of problems. The test should be changed to start new downloads from within didReceiveResponse... like in the real case.||[http://gitorious.org/qtwebkit/performance/commit/68d394f2ae942691c05b922ca8a40b9f1ee60fb5 Delete requests in each iteration] [http://gitorious.org/qtwebkit/performance/commit/09affc1af52431be21352f68b995ceee1cddeca2 Use 4.7 API]||
    99||tst_painting is currently using ''QApplication::syncX'' in the performance run to make sure that everything has been synced. The problem with this paint benchmark is that on accelerated hardware it is not clear when the image has been painted. The ''QApplication::syncX'' will make the test a bit artificial in one way.||||
    1010||Benchmarks should generate more stable timing results. This is mostly with tst_cycling not being stable enough to use it for timing. The first change is to use the '''-median 5''' when executing the test and the second part is to disable the cache. The result is a lot more stable but it depends on the workload of the http_server as well. So there is more work left to do. ||[http://gitorious.org/qtwebkit/performance/commit/639390ec5e5d5189ac10c0b33ab941ec090592de Disable Cache]||