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

Unified Diff: PerformanceTests/Animation/balls-canvas.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-canvas.html
diff --git a/PerformanceTests/Animation/balls-canvas.html b/PerformanceTests/Animation/balls-canvas.html
index 69161caa4c5b561f84588bfa324642ad4a5d8af6..d02a46100ea5229c2ec18ec12f4ae1e643e25479 100644
--- a/PerformanceTests/Animation/balls-canvas.html
+++ b/PerformanceTests/Animation/balls-canvas.html
@@ -73,7 +73,11 @@ var particles = [];
var prevTime;
window.onload = function () {
- PerfTestRunner.prepareToMeasureValuesAsync({done: onCompletedRun, unit: 'fps'});
+ PerfTestRunner.prepareToMeasureValuesAsync({
+ description: 'Measures performance of canvas animation.',
+ done: onCompletedRun,
+ unit: 'fps'
+ });
// Prepare the canvas.
canvas = document.querySelector('canvas');

Powered by Google App Engine
This is Rietveld 408576698