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

Unified Diff: PerformanceTests/Layout/large-table-with-collapsed-borders-and-no-colspans.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/large-table-with-collapsed-borders-and-no-colspans.html
diff --git a/PerformanceTests/Layout/large-table-with-collapsed-borders-and-no-colspans.html b/PerformanceTests/Layout/large-table-with-collapsed-borders-and-no-colspans.html
index 24eeb10ffb27e1cab34559052d83216dddfc93cb..6f7996ea1883cdc29ae4f0674217ebac4df91c40 100644
--- a/PerformanceTests/Layout/large-table-with-collapsed-borders-and-no-colspans.html
+++ b/PerformanceTests/Layout/large-table-with-collapsed-borders-and-no-colspans.html
@@ -9,7 +9,10 @@
<body>
<pre id="log"></pre>
<script>
- PerfTestRunner.measureTime({run: createTableTestFunction(400, 100, 0)});
+ PerfTestRunner.measureTime({
+ description: "Table layout performance with collapsed borders and no cells with colspan.",
+ run: createTableTestFunction(400, 100, 0)
+ });
</script>
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698