Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(812)

Side by Side Diff: PerformanceTests/Layout/floats_10_1000.html

Issue 478003002: Fill in descriptions on relevant blink_perf tests (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: alancutter nits Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <head> 3 <head>
4 <title>Layout performance tester with 1000 rows containing 10 floats and a normal flow div.</title> 4 <title>Layout performance tester with 1000 rows containing 10 floats and a normal flow div.</title>
5 <link rel="stylesheet" href="resources/floats.css" TYPE="text/css"></lin k> 5 <link rel="stylesheet" href="resources/floats.css" TYPE="text/css"></lin k>
6 <script src="../resources/runner.js"></script> 6 <script src="../resources/runner.js"></script>
7 <script src="resources/floats.js"></script> 7 <script src="resources/floats.js"></script>
8 </head> 8 </head>
9 <body> 9 <body>
10 <pre id="log"></pre> 10 <pre id="log"></pre>
11 <script> 11 <script>
12 PerfTestRunner.measureTime({run: createFloatsLayoutTestFunction(10, 1, 0, 1, 1000)}); 12 PerfTestRunner.measureTime({
13 description: "Measures performance of a float layout with 1000 r ows containing 10x1 floats each.",
14 run: createFloatsLayoutTestFunction(10, 1, 0, 1, 1000)
15 });
13 </script> 16 </script>
14 </body> 17 </body>
15 </html> 18 </html>
OLDNEW
« no previous file with comments | « PerformanceTests/Layout/floats_100_100_nested.html ('k') | PerformanceTests/Layout/floats_20_100.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698