angular/modules/ssr-benchmarks/dist/index.html
Matthieu Riegler 84b6896956 refactor(platform-server): Add an ssr benchmark setup. (#57647)
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
2024-10-04 10:45:22 -07:00

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>