Skip to content

Commit

Permalink
switch to 1m
Browse files Browse the repository at this point in the history
  • Loading branch information
sgratzl committed Jan 4, 2019
1 parent 1718c34 commit 84b9c47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/big.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
const arr = [];
const cats = ['c1', 'c2', 'c3'];
const cat2 = ['a1', 'a2'];
for (let i = 0; i < 100000; ++i) {
for (let i = 0; i < 1000000; ++i) {
arr.push({
a: Math.random() * 10,
d: 'Row ' + i,
Expand Down

0 comments on commit 84b9c47

Please sign in to comment.