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

Unified Diff: PerformanceTests/CSS/ClassDescendantSelector.html

Issue 478003002: Fill in descriptions on relevant blink_perf tests (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Clarified APIs and improved some language on animation benchmarks 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/ClassDescendantSelector.html
diff --git a/PerformanceTests/CSS/ClassDescendantSelector.html b/PerformanceTests/CSS/ClassDescendantSelector.html
index 553d7fbae7a8984436029b2edd1b517b5849b340..42d061da747aecbc57dede3703ddbf9318b95a5d 100644
--- a/PerformanceTests/CSS/ClassDescendantSelector.html
+++ b/PerformanceTests/CSS/ClassDescendantSelector.html
@@ -43,7 +43,10 @@ var runFunction = function()
root.className = "";
}
-PerfTestRunner.measureRunsPerSecond({run: runFunction});
+PerfTestRunner.measureRunsPerSecond({
+ description: "Measures performance of the CSS class descendant selector (.a .b).",
+ run: runFunction
+});
</script>
</body>

Powered by Google App Engine
This is Rietveld 408576698