ssr-benchmark
ssr-benchmark copied to clipboard
create a worker per framework
to fix https://github.com/eknkc/ssr-benchmark/issues/27 and to prevent any noisy neighbors and global monkey patching each framework should run in a worker or at least isolated in some way
This won't fix #27 totally, domino's monkey patching just prevents from running Tinybench. So Angular is kinda stuck on that part.
The "dirty" fix could be to patch the @angular/platform-server package (which embeds domino) directly.