| Index: PerformanceTests/Layout/floats_50_100_nested.html
|
| diff --git a/PerformanceTests/Layout/floats_50_100_nested.html b/PerformanceTests/Layout/floats_50_100_nested.html
|
| index e28de289735cfe072964c11293e10b6a1ea7986c..36a86afc50cde811ab8f5da13e77cfb536bdfe4c 100644
|
| --- a/PerformanceTests/Layout/floats_50_100_nested.html
|
| +++ b/PerformanceTests/Layout/floats_50_100_nested.html
|
| @@ -9,7 +9,10 @@
|
| <body>
|
| <pre id="log"></pre>
|
| <script>
|
| - PerfTestRunner.measureTime({run: createFloatsLayoutTestFunction(50, 100, 100, 20, 1)});
|
| + PerfTestRunner.measureTime({
|
| + description: "Measures performance of a float layout with 1 row containing 50x100 floats.",
|
| + run: createFloatsLayoutTestFunction(50, 100, 100, 20, 1)
|
| + });
|
| </script>
|
| </body>
|
| </html>
|
|
|