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

Unified Diff: third_party/WebKit/PerformanceTests/Layout/long-line-nowrap-spans-collapse.html

Issue 2323213002: Reduce the amount of text to perf test for long-line-nowrap-collapse (Closed)
Patch Set: Created 4 years, 3 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 | « third_party/WebKit/PerformanceTests/Layout/long-line-nowrap-collapse.html ('k') | no next file » | 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-spans-collapse.html
diff --git a/third_party/WebKit/PerformanceTests/Layout/long-line-nowrap-spans-collapse.html b/third_party/WebKit/PerformanceTests/Layout/long-line-nowrap-spans-collapse.html
index 6178ab2bb546457e2400bf6c0801ae0fe382129f..576ddd2071d89a0de2289383af74d7ea32a5331a 100644
--- a/third_party/WebKit/PerformanceTests/Layout/long-line-nowrap-spans-collapse.html
+++ b/third_party/WebKit/PerformanceTests/Layout/long-line-nowrap-spans-collapse.html
@@ -15,7 +15,7 @@
function run() {
var test = new LineLayoutPerfTest(container);
test.spanCount = 10;
- test.lineCount = 1000;
+ test.lineCount = 100;
test.wordSeparator = ' '; // Make all word separators collapsible.
test.run('Measures performance of "white-space: nowrap" with multiple spans and collapsible spaces.');
}
« no previous file with comments | « third_party/WebKit/PerformanceTests/Layout/long-line-nowrap-collapse.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698