8000 add link to benchmark for ember performance comparison · tinymachine/vuejs.org@75b7dea · GitHub
[go: up one dir, main page]

Skip to content

Commit 75b7dea

Browse files
committed
add link to benchmark for ember performance comparison
1 parent 8efaae3 commit 75b7dea

File tree

3 files changed

+3
-7
lines changed

3 files changed

+3
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@
1919
"hexo-renderer-stylus": "^0.3.1",
2020
"hexo-server": "^0.2.0"
2121
}
22-
}
22+
}

src/v2/guide/comparison.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ That said, it would probably make a better comparison between Vue core and Ember
196196

197197
- Vue's template syntax harnesses the full power of JavaScript expressions, while Handlebars' expression and helper syntax is intentionally quite limited in comparison.
198198

199-
- Performance-wise, Vue outperforms Ember by a fair margin, even after the latest Glimmer engine update in Ember 2.0. Vue automatically batches updates, while in Ember you need to manually manage run loops in performance-critical situations.
199+
- Performance-wise, Vue outperforms Ember [by a fair margin](https://rawgit.com/krausest/js-framework-benchmark/master/webdriver-ts/table.html), even after the latest Glimmer engine update in Ember 2.x. Vue automatically batches updates, while in Ember you need to manually manage run loops in performance-critical situations.
200200

201201
## Knockout
202202

yarn.lock

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1285,11 +1285,7 @@ moment-timezone@^0.5.4:
12851285
dependencies:
12861286
moment ">= 2.6.0"
12871287

1288-
"moment@>= 2.6.0", moment@^2.10.6, moment@^2.11.2:
1289-
version "2.15.2"
1290-
resolved "https://registry.yarnpkg.com/moment/-/moment-2.15.2.tgz#1bfdedf6a6e345f322fe956d5df5bd08a8ce84dc"
1291-
1292-
moment@~2.13.0:
1288+
"moment@>= 2.6.0", moment@^2.10.6, moment@^2.11.2, moment@~2.13.0:
12931289
version "2.13.0"
12941290
resolved "https://registry.yarnpkg.com/moment/-/moment-2.13.0.tgz#24162d99521e6d40f99ae6939e806d2139eaac52"
12951291

0 commit comments

Comments
 (0)
0