| Index: PerformanceTests/Layout/layers_overlap_3d.html
|
| diff --git a/PerformanceTests/Layout/layers_overlap_3d.html b/PerformanceTests/Layout/layers_overlap_3d.html
|
| index 5732c3fceaa634c62786a9c15efe9f6b6f875353..4acfe98a57e65fbf814998f20c72ab9a3b48bfdf 100644
|
| --- a/PerformanceTests/Layout/layers_overlap_3d.html
|
| +++ b/PerformanceTests/Layout/layers_overlap_3d.html
|
| @@ -41,7 +41,10 @@
|
| container.remove();
|
| }
|
| }
|
| - PerfTestRunner.measureTime({run: createTestFunction(5000)});
|
| + PerfTestRunner.measureTime({
|
| + description: "Measures performance of non-overlapping 3D layers.",
|
| + run: createTestFunction(5000)
|
| + });
|
| </script>
|
| </body>
|
| </html>
|
|
|