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

Unified Diff: PerformanceTests/Animation/balls-javascript.html

Issue 478003002: Fill in descriptions on relevant blink_perf tests (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Clarified APIs and improved some language on animation benchmarks 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-javascript.html
diff --git a/PerformanceTests/Animation/balls-javascript.html b/PerformanceTests/Animation/balls-javascript.html
index 4d7a5421ce0c1a7c757a3a396b76f81cf69db920..fac92361ececd3d9874d11a49362779e61d242f1 100644
--- a/PerformanceTests/Animation/balls-javascript.html
+++ b/PerformanceTests/Animation/balls-javascript.html
@@ -71,7 +71,11 @@ var particles = [];
var prevTime;
window.onload = function () {
- PerfTestRunner.prepareToMeasureValuesAsync({done: onCompletedRun, unit: 'fps'});
+ PerfTestRunner.prepareToMeasureValuesAsync({
+ description: 'Measures animation performance of javascript to manipulate DOM elements (animating on left and top).',
+ done: onCompletedRun,
+ unit: 'fps'
+ });
// Create the particles
for (var i = 0; i < maxParticles; i++)

Powered by Google App Engine
This is Rietveld 408576698