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

Unified Diff: PerformanceTests/Layout/chapter-reflow.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/chapter-reflow.html
diff --git a/PerformanceTests/Layout/chapter-reflow.html b/PerformanceTests/Layout/chapter-reflow.html
index 8511f50ac0fc5aa7bea10f9587da8c6d554f0183..11414895c0545da2d3b723d87a7fc75c1b354b30 100644
--- a/PerformanceTests/Layout/chapter-reflow.html
+++ b/PerformanceTests/Layout/chapter-reflow.html
@@ -79,7 +79,10 @@
style.display = "none";
}
- PerfTestRunner.measureRunsPerSecond({ run: test });
+ PerfTestRunner.measureRunsPerSecond({
+ description: "Measures performance of 3 layouts on a page containing English text.",
+ run: test
+ });
</script>
</body>
</html>
« no previous file with comments | « PerformanceTests/Layout/auto-grid-lots-of-data.html ('k') | PerformanceTests/Layout/chapter-reflow-once.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698