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

Unified Diff: PerformanceTests/Animation/balls-svg.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-svg.html
diff --git a/PerformanceTests/Animation/balls-svg.html b/PerformanceTests/Animation/balls-svg.html
index 8486ef96dfeec3f73606aba6ca5ef735e2cbcaff..8be631d546fffa67c3dc698d7eb255c9156f5ecf 100644
--- a/PerformanceTests/Animation/balls-svg.html
+++ b/PerformanceTests/Animation/balls-svg.html
@@ -76,7 +76,11 @@ window.onload = function () {
for (var i = 0; i < maxParticles; i++)
addParticle();
- PerfTestRunner.prepareToMeasureValuesAsync({done: onCompletedRun, unit: 'fps'});
+ PerfTestRunner.prepareToMeasureValuesAsync({
+ description: 'Measures performance of SVG animation using animateTransform (animating on x and y).',
+ done: onCompletedRun,
+ unit: 'fps'
+ });
startTrackingFrameRate();
}

Powered by Google App Engine
This is Rietveld 408576698