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

Unified Diff: PerformanceTests/Layout/flexbox-column-wrap.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/Layout/flexbox-column-wrap.html
diff --git a/PerformanceTests/Layout/flexbox-column-wrap.html b/PerformanceTests/Layout/flexbox-column-wrap.html
index 0bc36ba5e50df69cd537e625b9355526b6d43fee..6b9ee535599d2839b7a601fade82bfc9a7bdde08 100644
--- a/PerformanceTests/Layout/flexbox-column-wrap.html
+++ b/PerformanceTests/Layout/flexbox-column-wrap.html
@@ -28,8 +28,12 @@ function runTest()
document.body.clientHeight;
}
-PerfTestRunner.measureRunsPerSecond({run: runTest, done:function() {
- document.getElementById("flexbox").style.display = 'none';
-}});
+PerfTestRunner.measureRunsPerSecond({
+ description: "Measures performance of flexbox with wrapping (column).",
+ run: runTest,
+ done: function() {
+ document.getElementById("flexbox").style.display = 'none';
+ }
+});
</script>
</html>
« no previous file with comments | « PerformanceTests/Layout/flexbox-column-nowrap.html ('k') | PerformanceTests/Layout/flexbox-lots-of-data.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698