mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
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
No EOL
172 B
HTML
8 lines
No EOL
172 B
HTML
<html>
|
|
<script type="module" src="./ssr-benchmarks/server/server.mjs"></script>
|
|
<body>
|
|
Check the console.
|
|
<app-root></app-root>
|
|
</body>
|
|
|
|
</html> |