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

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: Created 6 years, 4 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-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>

Powered by Google App Engine
This is Rietveld 408576698