| 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();
|
| }
|
|
|