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

Unified Diff: PerformanceTests/Layout/floats_100_100_nested.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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « PerformanceTests/Layout/floats_100_100.html ('k') | PerformanceTests/Layout/floats_10_1000.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: PerformanceTests/Layout/floats_100_100_nested.html
diff --git a/PerformanceTests/Layout/floats_100_100_nested.html b/PerformanceTests/Layout/floats_100_100_nested.html
index 197d6024c45bc7f7d78e0643dc23d104155bccb8..30995e0525d4bf6ea0467e1b31cda6a54f8fcac4 100644
--- a/PerformanceTests/Layout/floats_100_100_nested.html
+++ b/PerformanceTests/Layout/floats_100_100_nested.html
@@ -9,7 +9,10 @@
<body>
<pre id="log"></pre>
<script>
- PerfTestRunner.measureTime({run: createFloatsLayoutTestFunction(100, 100, 100, 3, 1)});
+ PerfTestRunner.measureTime({
+ description: "Measures performance of a float layout with 1 row containing 100x100 floats (nested).",
+ run: createFloatsLayoutTestFunction(100, 100, 100, 3, 1)
+ });
</script>
</body>
</html>
« no previous file with comments | « PerformanceTests/Layout/floats_100_100.html ('k') | PerformanceTests/Layout/floats_10_1000.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698