mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
- use performance log of chromedriver / appium to get timeline data for calculating metrics for benchmarks - change all benchmarks to be made of a standalone application and a protractor test that collectes timeline data - fix and simplify benchmarks - add dart2js to build - remove benchpress Closes #330
25 lines
625 B
HTML
25 lines
625 B
HTML
<!doctype html>
|
|
<html>
|
|
<body>
|
|
<ul>
|
|
<li>
|
|
<a href="di/di_benchmark.html">DI benchmark</a>
|
|
</li>
|
|
<li>
|
|
<a href="change_detection/change_detection_benchmark.html">Change detection benchmark</a>
|
|
</li>
|
|
<li>
|
|
<a href="compiler/selector_benchmark.html">Selector benchmark</a>
|
|
</li>
|
|
<li>
|
|
<a href="compiler/compiler_benchmark.html">Compiler benchmark</a>
|
|
</li>
|
|
<li>
|
|
<a href="element_injector/element_injector_benchmark.html">Element injector benchmark</a>
|
|
</li>
|
|
<li>
|
|
<a href="tree/tree_benchmark.html">Tree benchmark</a>
|
|
</li>
|
|
</ul>
|
|
</body>
|
|
</html>
|