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

Unified Diff: PerformanceTests/Animation/overlay-background-color-transitions.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/Animation/overlay-background-color-transitions.html
diff --git a/PerformanceTests/Animation/overlay-background-color-transitions.html b/PerformanceTests/Animation/overlay-background-color-transitions.html
index 006c82e6c58a364da09be1feace99d7186c3c705..7697a69ac7f7235b7d0452de62122fbddad70578 100644
--- a/PerformanceTests/Animation/overlay-background-color-transitions.html
+++ b/PerformanceTests/Animation/overlay-background-color-transitions.html
@@ -68,7 +68,11 @@ var testRunning = true;
var overlays = [];
window.onload = function () {
- PerfTestRunner.prepareToMeasureValuesAsync({done: onCompletedRun, unit: 'fps'});
+ PerfTestRunner.prepareToMeasureValuesAsync({
+ description: "Measure performance of CSS Transitions animating background-color on many overlaid elements (only one element showing).",
+ done: onCompletedRun,
+ unit: 'fps'
+ });
// Create the overlays
for (var i = 0; i < maxOverlays; i++) {
« no previous file with comments | « PerformanceTests/Animation/balls-transitions.html ('k') | PerformanceTests/Bindings/event-target-wrapper.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698