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

Unified Diff: PerformanceTests/Animation/balls-composited-transform.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
« no previous file with comments | « PerformanceTests/Animation/balls-canvas.html ('k') | PerformanceTests/Animation/balls-javascript.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: PerformanceTests/Animation/balls-composited-transform.html
diff --git a/PerformanceTests/Animation/balls-composited-transform.html b/PerformanceTests/Animation/balls-composited-transform.html
index c58c0831281263ee9f685568c4430f9b56793b17..dd2903b1ee6cfbfdf9496755cb33719beea32dae 100644
--- a/PerformanceTests/Animation/balls-composited-transform.html
+++ b/PerformanceTests/Animation/balls-composited-transform.html
@@ -70,7 +70,11 @@ var animationDuration = 10;
var particles = [];
window.onload = function () {
- PerfTestRunner.prepareToMeasureValuesAsync({done: onCompletedRun, unit: 'fps'});
+ PerfTestRunner.prepareToMeasureValuesAsync({
+ description: "Measure performance of CSS Animations animating 'transform: translate'.",
+ done: onCompletedRun,
+ unit: 'fps'
+ });
generateStyleElement();
« no previous file with comments | « PerformanceTests/Animation/balls-canvas.html ('k') | PerformanceTests/Animation/balls-javascript.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698