X-Git-Url: https://git.webkit.org/?p=WebKit-https.git;a=blobdiff_plain;f=PerformanceTests%2FChangeLog;h=02bcc1d4a1046834701d3d562bcaa276d13b893f;hp=46909684c8d0841d067067ee49eff004a7d9cd9b;hb=c6ff74632a306314f109291f0666ac92b71f6615;hpb=37f937e6b6f1e2a6fd70cc8db010a13a3ae4e612 diff --git a/PerformanceTests/ChangeLog b/PerformanceTests/ChangeLog index 46909684c8d0..02bcc1d4a104 100644 --- a/PerformanceTests/ChangeLog +++ b/PerformanceTests/ChangeLog @@ -1,3 +1,60 @@ +2011-02-05 Eric Seidel + + Reviewed by Adam Barth. + + Add performance tests for URL parsing + https://bugs.webkit.org/show_bug.cgi?id=53845 + + The final-url-en URL corpus is from: + http://corpus.leeds.ac.uk/internet.html + + There are also other language corpuses which we may want to use in the future. + + The usage instructions were as follows: + "URL lists and other resources: you can freely use them in your research + provided that you supply a link to this website: http://corpus.leeds.ac.uk/." + Done. + + * Parser/simple-url.html: Added. + On my machine: + Firefox: 255ms + TOT WebKit: 378ms + Chrome: 286ms + Opera: 2830ms (no, that is not a typo) + * Parser/url-parser.html: Added. + Firefox: 381ms + TOT WebKit: 216ms + Chrome: 131ms + Opera: 1383ms (again, not a typo) + * Parser/resources/final-url-en: Added. + +2011-02-03 Adam Barth + + Reviewed by Daniel Bates. + + Add another XSSFilter PerformanceTest + https://bugs.webkit.org/show_bug.cgi?id=53750 + + This PerformanceTest tests the case that was slow in + https://bugs.webkit.org/show_bug.cgi?id=49845 + + * XSSFilter/large-post-many-inline-scripts-and-events.html: Added. + * XSSFilter/resources: Added. + * XSSFilter/resources/target-for-large-post-many-inline-scripts-and-events.html: Added. + +2011-02-03 Adam Barth + + Reviewed by Eric Seidel. + + Add PerformanceTest for XSSFilter + https://bugs.webkit.org/show_bug.cgi?id=53741 + + This performance tests covers the case of a large POST data and many + small event handlers. + + * XSSFilter: Added. + * XSSFilter/large-post-many-events.html: Added. + 2011-02-02 Adam Barth Rubber-stamped by Eric Seidel.