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