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

Unified Diff: PerformanceTests/Layout/ArabicLineLayout.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/DOM/textarea-edit.html ('k') | PerformanceTests/Layout/SimpleTextPathLineLayout.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: PerformanceTests/Layout/ArabicLineLayout.html
diff --git a/PerformanceTests/Layout/ArabicLineLayout.html b/PerformanceTests/Layout/ArabicLineLayout.html
index 4c1d15b5715dfc6d64a9cb9e2990219151093d59..b512379c3b691a1fa5641d87b804d42b707e8f00 100644
--- a/PerformanceTests/Layout/ArabicLineLayout.html
+++ b/PerformanceTests/Layout/ArabicLineLayout.html
@@ -44,7 +44,10 @@
style.display = "none";
}
- PerfTestRunner.measureRunsPerSecond({ run: test });
+ PerfTestRunner.measureRunsPerSecond({
+ description: "Measures performance of layout on a page containing Arabic.",
+ run: test
+ });
</script>
</body>
</html>
« no previous file with comments | « PerformanceTests/DOM/textarea-edit.html ('k') | PerformanceTests/Layout/SimpleTextPathLineLayout.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698