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: third_party/WebKit/PerformanceTests/Layout/long-line-nowrap-collapse.html

Issue 2285053002: Fix O(n!) in setLogicalWidthForTextRun (LayoutBlockFlowLine) (Closed)
Patch Set: Comments and perf tests updated Created 4 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
« no previous file with comments | « no previous file | third_party/WebKit/PerformanceTests/Layout/long-line-nowrap-spans-collapse.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/PerformanceTests/Layout/long-line-nowrap-collapse.html
diff --git a/third_party/WebKit/PerformanceTests/Layout/long-line-nowrap-collapse.html b/third_party/WebKit/PerformanceTests/Layout/long-line-nowrap-collapse.html
index f53b3f8b4d8889d0e7f0a584d0d571bb704faf6f..a6034c51b1d40d2714bdeef5439fc33c2f6cb5dd 100644
--- a/third_party/WebKit/PerformanceTests/Layout/long-line-nowrap-collapse.html
+++ b/third_party/WebKit/PerformanceTests/Layout/long-line-nowrap-collapse.html
@@ -15,7 +15,7 @@
function run() {
var test = new LineLayoutPerfTest(container);
test.spanCount = 0;
- test.lineCount = 800;
+ test.lineCount = 10000;
test.wordSeparator = ' '; // Make all word separators collapsible.
test.run('Measures performance of "white-space: nowrap" with collapsible spaces.');
}
« no previous file with comments | « no previous file | third_party/WebKit/PerformanceTests/Layout/long-line-nowrap-spans-collapse.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698