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

Unified Diff: PerformanceTests/Layout/line-layout-line-height.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/line-layout.html ('k') | PerformanceTests/Parser/css-parser-yui.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: PerformanceTests/Layout/line-layout-line-height.html
diff --git a/PerformanceTests/Layout/line-layout-line-height.html b/PerformanceTests/Layout/line-layout-line-height.html
index cd9f9695bdfee55512f6f18ec5354822ea944888..11461cf9a9e787f3cc6b3648b4f19b4302c9694f 100644
--- a/PerformanceTests/Layout/line-layout-line-height.html
+++ b/PerformanceTests/Layout/line-layout-line-height.html
@@ -29,7 +29,10 @@
style.display = "none";
}
- PerfTestRunner.measureTime({ run: test });
+ PerfTestRunner.measureTime({
+ description: "Measures performance of line-height calculation in layout.",
+ run: test
+ });
</script>
</body>
</html>
« no previous file with comments | « PerformanceTests/Layout/line-layout.html ('k') | PerformanceTests/Parser/css-parser-yui.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698