From adbaf2ed09e15c9802c6f8730915be86519fa310 Mon Sep 17 00:00:00 2001 From: "commit-queue@webkit.org" Date: Fri, 5 Aug 2011 04:51:00 +0000 Subject: [PATCH 1/1] Add a performance test for floating elements layout algorithm https://bugs.webkit.org/show_bug.cgi?id=65741 The test creating lots of small floats and randomly changes the width of one element at a time. It measures how often it can do that. Patch by Alexandru Chiculita on 2011-08-04 Reviewed by Adam Barth. * Layout/floats.html: Added. git-svn-id: https://svn.webkit.org/repository/webkit/trunk@92444 268f45cc-cd09-0410-ab3c-d52691b4dbfc --- PerformanceTests/ChangeLog | 12 ++++ PerformanceTests/Layout/floats.html | 96 +++++++++++++++++++++++++++++ 2 files changed, 108 insertions(+) create mode 100644 PerformanceTests/Layout/floats.html diff --git a/PerformanceTests/ChangeLog b/PerformanceTests/ChangeLog index ff8b0a0cb9f5..1acf4e14c50a 100644 --- a/PerformanceTests/ChangeLog +++ b/PerformanceTests/ChangeLog @@ -1,3 +1,15 @@ +2011-08-04 Alexandru Chiculita + + Add a performance test for floating elements layout algorithm + https://bugs.webkit.org/show_bug.cgi?id=65741 + + The test creating lots of small floats and randomly changes + the width of one element at a time. It measures how often it can do that. + + Reviewed by Adam Barth. + + * Layout/floats.html: Added. + 2011-05-30 Daniel Bates Reviewed by Adam Barth. diff --git a/PerformanceTests/Layout/floats.html b/PerformanceTests/Layout/floats.html new file mode 100644 index 000000000000..67805d88f97a --- /dev/null +++ b/PerformanceTests/Layout/floats.html @@ -0,0 +1,96 @@ + + + + Floats layout performance tester + + + + +
Framerate: calculating... fps
+
+

Choose the size of the test:

+ + + + +
+ + \ No newline at end of file -- 2.36.0