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

Unified Diff: PerformanceTests/Layout/flexbox-with-stretch-layout.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/flexbox-row-wrap.html ('k') | PerformanceTests/Layout/floats_100_100.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: PerformanceTests/Layout/flexbox-with-stretch-layout.html
diff --git a/PerformanceTests/Layout/flexbox-with-stretch-layout.html b/PerformanceTests/Layout/flexbox-with-stretch-layout.html
index 7be0d079ec4df3a537b5dad167ae704926c3d7af..e171b07a26448ef68ea4b0d2a5f989685d6f029f 100644
--- a/PerformanceTests/Layout/flexbox-with-stretch-layout.html
+++ b/PerformanceTests/Layout/flexbox-with-stretch-layout.html
@@ -60,6 +60,9 @@ function runTest()
switcher = !switcher;
};
-PerfTestRunner.measureRunsPerSecond({run: runTest });
+PerfTestRunner.measureRunsPerSecond({
+ description: "Measures performance of flexbox containing many small elements with wrapping (column).",
+ run: runTest
+});
</script>
</html>
« no previous file with comments | « PerformanceTests/Layout/flexbox-row-wrap.html ('k') | PerformanceTests/Layout/floats_100_100.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698