Skip to content

Commit 9f291e5

Browse files
author
Evan You
committed
perf notes
1 parent 510bb29 commit 9f291e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/perf/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ title: Performance Comparisons
77
88
> This is a benchmark found in the [webkit performance tests](https://github.com/WebKit/webkit/tree/master/PerformanceTests/DoYouEvenBench) based on the [TodoMVC](http://todomvc.com/) project. For each framework implementation, add 100 todos, toggle them one by one, then delete them one by one. In addition to the most popular MV* libraries, I also included [Om](https://github.com/swannodette/om) (a ClojureScript interface on top of React which boasts of performance) and [Ractive](http://www.ractivejs.org/) (very similar in terms of use case and API).
99
10+
> It is important to note that the original benchmark was written to compare the performance of different browsers, rather than that of the frameworks. The results of this benchmark only speak for this specific scenario and in no way reflect the user experience in a real product. You should take these numbers with a grain of salt.
11+
1012
### Compared libraries
1113

1214
- Vue (v0.8.5)
@@ -24,8 +26,6 @@ title: Performance Comparisons
2426

2527
<ul id="benchmark-results"></ul>
2628

27-
Please note these numbers only reflect one very specific use case and the outcome could be drastically different depending on implementation and interactions measured. However, this could at least provide some perspective in terms of general performance.
28-
2929
You can run these benchmarks in your browser [here](/perf/todomvc-benchmark/).
3030

3131
<script src="/js/benchmark.js"></script>

0 commit comments

Comments
 (0)