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

Unified Diff: PerformanceTests/Layout/SimpleTextPathLineLayout.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/ArabicLineLayout.html ('k') | PerformanceTests/Layout/auto-grid-lots-of-data.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: PerformanceTests/Layout/SimpleTextPathLineLayout.html
diff --git a/PerformanceTests/Layout/SimpleTextPathLineLayout.html b/PerformanceTests/Layout/SimpleTextPathLineLayout.html
index 65c498f5f5208cd9d561d24d15abe48fd1937d7b..8eb246d802cecf01f3e59e7af838d1ef5f3c803b 100644
--- a/PerformanceTests/Layout/SimpleTextPathLineLayout.html
+++ b/PerformanceTests/Layout/SimpleTextPathLineLayout.html
@@ -38,7 +38,10 @@ Cibo tollit perpetua eos an, eu sale expetendis mea, nam at assum convenire nece
style.display = "none";
}
- PerfTestRunner.measureRunsPerSecond({ run: test });
+ PerfTestRunner.measureRunsPerSecond({
+ description: "Measures performance of layout on English and Chinese characters.",
+ run: test
+ });
</script>
</body>
</html>
« no previous file with comments | « PerformanceTests/Layout/ArabicLineLayout.html ('k') | PerformanceTests/Layout/auto-grid-lots-of-data.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698