mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
Static binary component tree of depth 10, i.e. 1024 components. Current numbers for `pureScriptTime` are: JavaScript: Baseline: 27.10+-9% Ng2: 26.84+-8% Ng1: 55.30+-14% Dart: Baseline: 30.13+-4% Ng2: 45.94+-3% Ng1: 128.88+-10% I.e. in JS we are same speed as baseline right now! Some background: We had a recent change in the compiler that merges components into their parents already during compilation (#2529). This made Ng2 2x faster in this benchmark (before the Ng2 JS time was 49.59+-14%ms). Closes #3196 |
||
|---|---|---|
| .. | ||
| compiler_perf.dart | ||
| compiler_perf.ts | ||
| largetable_perf.dart | ||
| largetable_perf.ts | ||
| naive_infinite_scroll_perf.dart | ||
| naive_infinite_scroll_perf.ts | ||
| polymer_tree_perf.dart | ||
| polymer_tree_perf.ts | ||
| react_tree_perf.dart | ||
| react_tree_perf.ts | ||
| static_tree.dart | ||
| static_tree.ts | ||
| tree_perf.dart | ||
| tree_perf.ts | ||