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

Unified Diff: PerformanceTests/Layout/line-layout.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
Index: PerformanceTests/Layout/line-layout.html
diff --git a/PerformanceTests/Layout/line-layout.html b/PerformanceTests/Layout/line-layout.html
index 5255bf5d15b40d256d1119c2604c5759fe092c55..88761aeb0e9da2266b0d2aa242068f56b0983547 100644
--- a/PerformanceTests/Layout/line-layout.html
+++ b/PerformanceTests/Layout/line-layout.html
@@ -86,7 +86,10 @@
style.display = "none";
}
- PerfTestRunner.measureRunsPerSecond({ run: test });
+ PerfTestRunner.measureRunsPerSecond({
+ description: "Measures performance of line breaking in layout.",
+ run: test
+ });
</script>
</body>
</html>
« no previous file with comments | « PerformanceTests/Layout/layers_overlap_3d.html ('k') | PerformanceTests/Layout/line-layout-line-height.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698