Browse Source

chore: use reactive components count in benchmark (#7996)

dev
jonkofee 7 years ago
committed by Evan You
parent
commit
38d5459e10
  1. 2
      benchmarks/reorder-list/index.html

2
benchmarks/reorder-list/index.html

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

Loading…
Cancel
Save