| Index: PerformanceTests/Layout/flexbox-with-stretch-layout.html
|
| diff --git a/PerformanceTests/Layout/flexbox-with-stretch-layout.html b/PerformanceTests/Layout/flexbox-with-stretch-layout.html
|
| index 7be0d079ec4df3a537b5dad167ae704926c3d7af..e171b07a26448ef68ea4b0d2a5f989685d6f029f 100644
|
| --- a/PerformanceTests/Layout/flexbox-with-stretch-layout.html
|
| +++ b/PerformanceTests/Layout/flexbox-with-stretch-layout.html
|
| @@ -60,6 +60,9 @@ function runTest()
|
| switcher = !switcher;
|
| };
|
|
|
| -PerfTestRunner.measureRunsPerSecond({run: runTest });
|
| +PerfTestRunner.measureRunsPerSecond({
|
| + description: "Measures performance of flexbox containing many small elements with wrapping (column).",
|
| + run: runTest
|
| +});
|
| </script>
|
| </html>
|
|
|