| Index: PerformanceTests/Layout/chapter-reflow-once-random.html
|
| diff --git a/PerformanceTests/Layout/chapter-reflow-once-random.html b/PerformanceTests/Layout/chapter-reflow-once-random.html
|
| index bd50538377b518ffe933d4d54ab36082e9f7890b..54ca15dda07412c2ac5379caaca1e928748bf37d 100644
|
| --- a/PerformanceTests/Layout/chapter-reflow-once-random.html
|
| +++ b/PerformanceTests/Layout/chapter-reflow-once-random.html
|
| @@ -12,15 +12,15 @@
|
| <script>
|
| var RandomTextGenerator = function() {
|
| this.letters = [
|
| - String.fromCharCode(RandomTextGenerator.firstCharCode),
|
| - String.fromCharCode(RandomTextGenerator.firstCharCode),
|
| - String.fromCharCode(RandomTextGenerator.firstCharCode),
|
| - String.fromCharCode(RandomTextGenerator.firstCharCode),
|
| - String.fromCharCode(RandomTextGenerator.firstCharCode),
|
| - String.fromCharCode(RandomTextGenerator.firstCharCode),
|
| - String.fromCharCode(RandomTextGenerator.firstCharCode),
|
| - String.fromCharCode(RandomTextGenerator.firstCharCode),
|
| - String.fromCharCode(RandomTextGenerator.firstCharCode),
|
| + String.fromCharCode(RandomTextGenerator.firstCharCode),
|
| + String.fromCharCode(RandomTextGenerator.firstCharCode),
|
| + String.fromCharCode(RandomTextGenerator.firstCharCode),
|
| + String.fromCharCode(RandomTextGenerator.firstCharCode),
|
| + String.fromCharCode(RandomTextGenerator.firstCharCode),
|
| + String.fromCharCode(RandomTextGenerator.firstCharCode),
|
| + String.fromCharCode(RandomTextGenerator.firstCharCode),
|
| + String.fromCharCode(RandomTextGenerator.firstCharCode),
|
| + String.fromCharCode(RandomTextGenerator.firstCharCode),
|
| String.fromCharCode(RandomTextGenerator.firstCharCode)
|
| ]
|
| }
|
| @@ -72,7 +72,10 @@
|
| style.display = "none";
|
| }
|
|
|
| - PerfTestRunner.measureRunsPerSecond({ run: test });
|
| + PerfTestRunner.measureRunsPerSecond({
|
| + description: "Measures performance of 3 layouts (using 2 different font-sizes) on a page containing random text.",
|
| + run: test
|
| + });
|
| </script>
|
| </body>
|
| </html>
|
|
|