| Index: PerformanceTests/Layout/floats_10_1000.html
|
| diff --git a/PerformanceTests/Layout/floats_10_1000.html b/PerformanceTests/Layout/floats_10_1000.html
|
| index 348809d8c2ab402992349e97b83668016ee9af28..246546169e2578f37724dfec9843239313f19e20 100644
|
| --- a/PerformanceTests/Layout/floats_10_1000.html
|
| +++ b/PerformanceTests/Layout/floats_10_1000.html
|
| @@ -9,7 +9,10 @@
|
| <body>
|
| <pre id="log"></pre>
|
| <script>
|
| - PerfTestRunner.measureTime({run: createFloatsLayoutTestFunction(10, 1, 0, 1, 1000)});
|
| + PerfTestRunner.measureTime({
|
| + description: "Measures performance of a float layout with 1000 rows containing 10x1 floats each.",
|
| + run: createFloatsLayoutTestFunction(10, 1, 0, 1, 1000)
|
| + });
|
| </script>
|
| </body>
|
| </html>
|
|
|