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

Unified Diff: PerformanceTests/DOM/TraverseChildNodes.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/DOM/TraverseChildNodes.html
diff --git a/PerformanceTests/DOM/TraverseChildNodes.html b/PerformanceTests/DOM/TraverseChildNodes.html
index d32e88ebb27ee09e30e14cdabb6789e9a53f3df8..069aa04f82e74c0f5d9689919020264b74ee9267 100644
--- a/PerformanceTests/DOM/TraverseChildNodes.html
+++ b/PerformanceTests/DOM/TraverseChildNodes.html
@@ -7,6 +7,7 @@ var spec = PerfTestRunner.loadFile("../Parser/resources/html5.html");
var iframe;
PerfTestRunner.measureTime({
+ description: "Measures performance of traversing through a large HTML document using elem.childNodes.",
setup: function () {
if (iframe)
document.body.removeChild(iframe);
« no previous file with comments | « PerformanceTests/Canvas/drawimage-not-pixelaligned.html ('k') | PerformanceTests/DOM/modify-element-classname.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698