Changes between Version 11 and Version 12 of QtWebKitPerformanceToolBackLog:


Ignore:
Timestamp:
Dec 31, 2009 8:42:49 PM (14 years ago)
Author:
zecke@selfish.org
Comment:

Document the new netsim in the perf suite.

Legend:

Unmodified
Added
Removed
Modified
  • QtWebKitPerformanceToolBackLog:

    v11 v12  
    77||Create paint traces with a better data format. Currently a full trace will make the device go out of memory.|| ||
    88||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]||
     9||Create a netfilter userspace utility to add arbitary latency on a link. This can be used to see how the behavior of the various network tests change over time. ||[http://gitorious.org/qtwebkit/performance/commit/3d70e3388be9a174e9f5071d64a2817035d611f0 Create netsim] [http://gitorious.org/qtwebkit/performance/commit/374975f3dd22fd355f385a63ed2809ecab9569da Fix longer delay]||
    910||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.||||
    1011||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]||