Skip to content

Commit

Permalink
chore: use reactive components count in benchmark (vuejs#7996)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonkofee authored and yyx990803 committed Apr 10, 2018
1 parent 6226503 commit 38d5459
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmarks/reorder-list/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

<script type="text/x-template" id="t">
<div>
<h1>{{ total }} Components</h1>
<h1>{{ items.length }} Components</h1>
<p>{{ action }} took {{time}}ms.</p>
<button @click="shuffle">shuffle</button>
<button @click="add">add</button>
Expand Down

0 comments on commit 38d5459

Please sign in to comment.