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

Unified Diff: third_party/WebKit/PerformanceTests/Bindings/serialize-nested-array.html

Issue 2553993002: binding: Re-enables blink_perf.bindings on all platforms. (Closed)
Patch Set: Reduced the nest level according to https://crrev.com/2517813002 Created 4 years 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 | tools/perf/benchmarks/blink_perf.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/PerformanceTests/Bindings/serialize-nested-array.html
diff --git a/third_party/WebKit/PerformanceTests/Bindings/serialize-nested-array.html b/third_party/WebKit/PerformanceTests/Bindings/serialize-nested-array.html
index d5757cb0ae2181585518cd2f8ad5652ce2c884b3..6cabfb777cb22a5f2d0bc993687687dfdcff7f3f 100644
--- a/third_party/WebKit/PerformanceTests/Bindings/serialize-nested-array.html
+++ b/third_party/WebKit/PerformanceTests/Bindings/serialize-nested-array.html
@@ -3,7 +3,7 @@
<script src="../resources/runner.js"></script>
<script>
-var length = 10000;
+var length = 1000;
var obj = [];
for (var i = 0; i < length; i++)
obj = [obj];
« no previous file with comments | « no previous file | tools/perf/benchmarks/blink_perf.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698