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

Unified Diff: PerformanceTests/Animation/balls-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/balls-transitions.html
diff --git a/PerformanceTests/Animation/balls-transitions.html b/PerformanceTests/Animation/balls-transitions.html
index c9260b649894ab284e063ac9aa61ef03c483c078..407f832e2a6f51c02eed18a6a93f65cc8e4160f5 100644
--- a/PerformanceTests/Animation/balls-transitions.html
+++ b/PerformanceTests/Animation/balls-transitions.html
@@ -70,7 +70,11 @@ var testRunning = true;
var particles = [];
window.onload = function () {
- PerfTestRunner.prepareToMeasureValuesAsync({done: onCompletedRun, unit: 'fps'});
+ PerfTestRunner.prepareToMeasureValuesAsync({
+ description: "Measure performance of CSS Transitions animating 'left' and 'top' with transition-property: left, top.",
+ done: onCompletedRun,
+ unit: 'fps'
+ });
// Create the particles
for (var i = 0; i < maxParticles; i++) {

Powered by Google App Engine
This is Rietveld 408576698