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

Unified Diff: PerformanceTests/CSS/AttributeDescendantSelector.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/CSS/AttributeDescendantSelector.html
diff --git a/PerformanceTests/CSS/AttributeDescendantSelector.html b/PerformanceTests/CSS/AttributeDescendantSelector.html
index baf3ec036af135f4f8ff1e3e7ac37c45ab452cfe..b0f36fa5614777ae8480b3b2470d8d76e0260c6c 100644
--- a/PerformanceTests/CSS/AttributeDescendantSelector.html
+++ b/PerformanceTests/CSS/AttributeDescendantSelector.html
@@ -43,7 +43,10 @@ var runFunction = function()
root.removeAttribute("attr");
}
-PerfTestRunner.measureRunsPerSecond({run: runFunction});
+PerfTestRunner.measureRunsPerSecond({
+ description: "Measures performance of the CSS attribute descendant selector ([a=b] [c=d]).",
+ run: runFunction
+});
</script>
</body>
« no previous file with comments | « PerformanceTests/Bindings/typed-array-set-from-typed.html ('k') | PerformanceTests/CSS/CSSPropertySetterGetter.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698