diff options
Diffstat (limited to 'scenario/perf.html')
| -rw-r--r-- | scenario/perf.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scenario/perf.html b/scenario/perf.html index c2f26317..1b0e40b4 100644 --- a/scenario/perf.html +++ b/scenario/perf.html @@ -8,7 +8,7 @@ PerfCntl.prototype = { createItems: function(){ var items = []; - for ( var i = 0; i < 100; i++) { + for ( var i = 0; i < 1000; i++) { var item = { name: "" + Math.random(), parts: [Math.random(), Math.random()] |
