ssr-benchmark icon indicating copy to clipboard operation
ssr-benchmark copied to clipboard

create a worker per framework

Open PatrickJS opened this issue 1 year ago • 1 comments

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

PatrickJS avatar Apr 19 '24 12:04 PatrickJS

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.

JeanMeche avatar Aug 19 '24 19:08 JeanMeche