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