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

Unified Diff: LayoutTests/http/tests/perf/large-inlined-script.html

Issue 666843006: Tune performance test parameters. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: 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
« no previous file with comments | « LayoutTests/TestExpectations ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/http/tests/perf/large-inlined-script.html
diff --git a/LayoutTests/http/tests/perf/large-inlined-script.html b/LayoutTests/http/tests/perf/large-inlined-script.html
index 85bb51253e8517a91a24ad983f4ff88256e4796b..f4e4b63b36b8fc5ccbd85d2e2bcbd83ca4e04668 100644
--- a/LayoutTests/http/tests/perf/large-inlined-script.html
+++ b/LayoutTests/http/tests/perf/large-inlined-script.html
@@ -15,7 +15,7 @@ window.addEventListener('load', function() {
window._iframeLoaded = finish;
var iframe = document.createElement("iframe");
document.body.appendChild(iframe);
- iframe.src = "resources/page-with-large-script.cgi?1000000";
+ iframe.src = "resources/page-with-large-script.cgi?750000";
}, false);
</script>
« no previous file with comments | « LayoutTests/TestExpectations ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698