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