Skip to content

Commit

Permalink
Increase list size to improve test focus on metric being measured.
Browse files Browse the repository at this point in the history
BUG=509849

Review URL: https://codereview.chromium.org/1231863009

git-svn-id: svn://svn.chromium.org/blink/trunk@198939 bbb929c8-8fbe-4397-9dbb-9b2b20218538
  • Loading branch information
shaper committed Jul 15, 2015
1 parent e1a117c commit d121473
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</style>
<script src="../resources/runner.js"></script>
<script>
var listSize = 100;
var listSize = 1000;
window.onload = function() {
var root = document.querySelector('#list').createShadowRoot();
root.appendChild(document.createElement('content'));
Expand Down

0 comments on commit d121473

Please sign in to comment.