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

Unified Diff: PerformanceTests/Animation/api-set-current-time-balls-keyframe-animations.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/api-set-current-time-balls-keyframe-animations.html
diff --git a/PerformanceTests/Animation/api-set-current-time-balls-keyframe-animations.html b/PerformanceTests/Animation/api-set-current-time-balls-keyframe-animations.html
index d98c6e3c5aa1bdbc22c683fc59d50736879d59ab..0b20cd08584503ff6c745df497765e4b7aa18c9d 100644
--- a/PerformanceTests/Animation/api-set-current-time-balls-keyframe-animations.html
+++ b/PerformanceTests/Animation/api-set-current-time-balls-keyframe-animations.html
@@ -71,7 +71,11 @@ var particles = [];
var allParticleKeyframes = [];
window.onload = function () {
- PerfTestRunner.prepareToMeasureValuesAsync({done: onCompletedRun, unit: 'fps'});
+ PerfTestRunner.prepareToMeasureValuesAsync({
+ description: "Measure performance of animating 'left' and 'top' by calling Element.animate() (from the Web Animations API), pausing the player, and updating the player's currentTime using requestAnimationFrame.",
+ done: onCompletedRun,
+ unit: 'fps'
+ });
// Create the particles
for (var i = 0; i < maxParticles; i++) {
« no previous file with comments | « PerformanceTests/Animation/api-balls-keyframe-animations.html ('k') | PerformanceTests/Animation/balls-canvas.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698