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

Unified Diff: PerformanceTests/Layout/hindi-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/hindi-line-layout.html
diff --git a/PerformanceTests/Layout/hindi-line-layout.html b/PerformanceTests/Layout/hindi-line-layout.html
index f6428854722e363c53f0463822152fd8f9abf5a4..e7a40c24185562608fc1c1f9f9c6b2051cca21f7 100644
--- a/PerformanceTests/Layout/hindi-line-layout.html
+++ b/PerformanceTests/Layout/hindi-line-layout.html
@@ -35,7 +35,10 @@
style.display = "none";
}
- PerfTestRunner.measureRunsPerSecond({ run: test });
+ PerfTestRunner.measureRunsPerSecond({
+ description: "Measures performance of layout on a page containing Hindi.",
+ run: test
+ });
</script>
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698