mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
84b6896956
In order to investigate the performances of SSR, this commit introduces a benchmark suite which will measure several step of the rendering. PR Close #57647
8 lines
172 B
HTML
8 lines
172 B
HTML
<html>
|
|
<script type="module" src="./ssr-benchmarks/server/server.mjs"></script>
|
|
<body>
|
|
Check the console.
|
|
<app-root></app-root>
|
|
</body>
|
|
|
|
</html> |