Skip to content

Commit

Permalink
docs(benchpress): fix typo in README (#23471) (#23488)
Browse files Browse the repository at this point in the history
PR Close #23488
  • Loading branch information
PaulTFreedman authored and vicb committed Apr 24, 2018
1 parent 9ed5fb6 commit 811a7f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/benchpress/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand Down

0 comments on commit 811a7f2

Please sign in to comment.