eknkc / ssr-benchmark

Benchmarking JS web framework SSR performance
758 stars 171 forks source link

create a worker per framework #32

Open PatrickJS opened 7 months ago

PatrickJS commented 7 months ago

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

JeanMeche commented 3 months ago

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.