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

Unified Diff: PerformanceTests/DOM/modify-element-id.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/modify-element-classname.html ('k') | PerformanceTests/DOM/modify-element-title.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: PerformanceTests/DOM/modify-element-id.html
diff --git a/PerformanceTests/DOM/modify-element-id.html b/PerformanceTests/DOM/modify-element-id.html
index 57f5fe8ecf963e6f21ca8b3aedd3e63d3edd2637..e1d559c1ed8350dd70f9bbc521bddbefda2f1493 100644
--- a/PerformanceTests/DOM/modify-element-id.html
+++ b/PerformanceTests/DOM/modify-element-id.html
@@ -6,6 +6,8 @@
var element;
PerfTestRunner.measureTime({
+ description: "Measures performance of changing a DOM element's id property.",
+
setup: function() {
element = document.createElement('div');
},
« no previous file with comments | « PerformanceTests/DOM/modify-element-classname.html ('k') | PerformanceTests/DOM/modify-element-title.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698