Skip to content

Commit

Permalink
chore: use reactive components count in benchmark (#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>

This comment has been minimized.

Copy link
@wangwei-anye

wangwei-anye Jul 3, 2018

58555

<h1>{{ total }} Components</h1>
<h1>{{ items.length }} Components</h1>

This comment has been minimized.

Copy link
@wangwei-anye

wangwei-anye Jul 3, 2018

44444

This comment has been minimized.

Copy link
@Justineo

Justineo Jul 3, 2018

Member

@wangwei-anye Plesae do not abuse commit comments like this. You can do experiments in your own repo.

<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.