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