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

Unified Diff: PerformanceTests/Animation/balls-transition-40-properties.html

Issue 478003002: Fill in descriptions on relevant blink_perf tests (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: tonyg 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/balls-transition-40-properties.html
diff --git a/PerformanceTests/Animation/balls-transition-40-properties.html b/PerformanceTests/Animation/balls-transition-40-properties.html
index 904874511e48047a2753d9b19d7a3358e533e03b..ab023dc859fed5e88b36de29ad21aff7f060f0a2 100644
--- a/PerformanceTests/Animation/balls-transition-40-properties.html
+++ b/PerformanceTests/Animation/balls-transition-40-properties.html
@@ -70,7 +70,11 @@ var testRunning = true;
var particles = [];
window.onload = function () {
- PerfTestRunner.prepareToMeasureValuesAsync({done: onCompletedRun, unit: 'fps'});
+ PerfTestRunner.prepareToMeasureValuesAsync({
+ description: 'Measures performance of CSS transition animation (animating on left and top, transition-property: [40 properties]).',
+ done: onCompletedRun,
rjwright 2014/10/15 03:37:13 As balls-transition-10-properties.html
+ unit: 'fps'
+ });
// Create the particles
for (var i = 0; i < maxParticles; i++) {

Powered by Google App Engine
This is Rietveld 408576698