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 hefeng committed Jan 25, 2019
1 parent 32d1c39 commit 60e6b00
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 60e6b00

Please sign in to comment.