docs(benchpress): fix typo in README (#23471) (#23488)

PR Close #23488
This commit is contained in:
Paul Freedman 2018-04-21 12:10:49 +01:00 committed by Victor Berchet
parent 9ed5fb6d2c
commit 811a7f2863
1 changed files with 1 additions and 1 deletions

View File

@ -131,7 +131,7 @@ index.html:
<script>
function measure() {
console.time('createElement*10000');
for (var i=0; i<100000; i++) {
for (var i=0; i<10000; i++) {
document.createElement('div');
}
console.timeEnd('createElement*10000');