mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
the polymer benchmarks are super old and not relevant any more and these benchmarks were the only reason why we needed bower at all so long, bower. thanks for all the fish. PR Close #27931
26 lines
608 B
HTML
26 lines
608 B
HTML
<!doctype html>
|
|
<html>
|
|
<body>
|
|
<ul>
|
|
<li>
|
|
<a href="compiler/compiler_benchmark.html">Compiler benchmark</a>
|
|
</li>
|
|
<li>
|
|
<a href="tree/tree_benchmark.html">Tree benchmark</a>
|
|
</li>
|
|
<li>
|
|
<a href="static_tree/tree_benchmark.html">Static tree benchmark</a>
|
|
</li>
|
|
<li>
|
|
<a href="tree/react/index.html">React Tree benchmark</a>
|
|
</li>
|
|
<li>
|
|
<a href="largetable/largetable_benchmark.html">Largetable benchmark</a>
|
|
</li>
|
|
<li>
|
|
<a href="naive_infinite_scroll/index.html">Naive infinite scroll benchmark</a>
|
|
</li>
|
|
</ul>
|
|
|
|
</body>
|
|
</html>
|