@andrewiggins pointed us to this tweet which points to a benchmark of dev mode for bundlers. It's a project with 3k components.
https://github.com/kenotron/scale-test
Tried it with wmr and we run into the same problems. Fullfilling all 3k requests takes about 20s and nearly all of them are stalled due to the browser's limit on handling parallel requests.

Can't get results via our --http2 flag as the certificate authority fails on MacOS for me.
@andrewiggins pointed us to this tweet which points to a benchmark of dev mode for bundlers. It's a project with 3k components.
https://github.com/kenotron/scale-test
Tried it with wmr and we run into the same problems. Fullfilling all 3k requests takes about 20s and nearly all of them are stalled due to the browser's limit on handling parallel requests.
Can't get results via our
--http2flag as the certificate authority fails on MacOS for me.