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

Unified Diff: PerformanceTests/Layout/flexbox-column-nowrap.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-nowrap.html
diff --git a/PerformanceTests/Layout/flexbox-column-nowrap.html b/PerformanceTests/Layout/flexbox-column-nowrap.html
index e52003d47f46399ff2614a9c3c9c6a4f8d7f1d6a..08befb7eca9ab1ac3ee5ebffb75fe2461b3787e6 100644
--- a/PerformanceTests/Layout/flexbox-column-nowrap.html
+++ b/PerformanceTests/Layout/flexbox-column-nowrap.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 no wrapping (column).",
+ run: runTest,
+ done: function() {
+ document.getElementById("flexbox").style.display = 'none';
+ }
+});
</script>
</html>
« no previous file with comments | « PerformanceTests/Layout/fixed-grid-lots-of-data.html ('k') | PerformanceTests/Layout/flexbox-column-wrap.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698