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

Unified Diff: PerformanceTests/Layout/floats_50_100.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/floats_50_100.html
diff --git a/PerformanceTests/Layout/floats_50_100.html b/PerformanceTests/Layout/floats_50_100.html
index 5efc5dd774c37bfa14b717365534d482c4a520c2..5d320b042106351f214683ccc764f3332f126b15 100644
--- a/PerformanceTests/Layout/floats_50_100.html
+++ b/PerformanceTests/Layout/floats_50_100.html
@@ -9,7 +9,10 @@
<body>
<pre id="log"></pre>
<script>
- PerfTestRunner.measureTime({run: createFloatsLayoutTestFunction(50, 100, 0, 20, 1)});
+ PerfTestRunner.measureTime({
+ description: "Measures performance of a float layout with 1 row containing 50x100 floats.",
+ run: createFloatsLayoutTestFunction(50, 100, 0, 20, 1)
+ });
</script>
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698