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

Unified Diff: PerformanceTests/Layout/layers_overlap_3d.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
« no previous file with comments | « PerformanceTests/Layout/layers_overlap_2d.html ('k') | PerformanceTests/Layout/line-layout.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>
« no previous file with comments | « PerformanceTests/Layout/layers_overlap_2d.html ('k') | PerformanceTests/Layout/line-layout.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698