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