TheLarkInn / bundler-performance-benchmark

This is a super tiny example of a transparent comparison between parcel and webpack and anyone else who wants to be involved.
61 stars 8 forks source link

Add real-world apps instead of tiny benchmark #1

Open TheLarkInn opened 6 years ago

TheLarkInn commented 6 years ago

X nominated: https://github.com/opencollective/frontend

I think this is a great one.

EricSimons commented 6 years ago

@thelarkinn how about any/all of the frontends on https://realworld.io?

TheLarkInn commented 6 years ago

Do you have any that don't use create-react-app?

adhrinae commented 6 years ago

I think this repo can be another one.

https://github.com/rwieruch/favesound-redux

TheLarkInn commented 6 years ago

Hey @emaren84 thank you very much! I will take a look and see if I can add this tonight while I stream. ❤️

ssuman commented 6 years ago

Would be happy to help !

filipesilva commented 6 years ago

I can make a PR for https://github.com/filipesilva/webpack-module-concatenation-memory. I used this repo for https://github.com/webpack/webpack/issues/5992 and it feels pretty big.

TheLarkInn commented 6 years ago

I think that would be really great @filipesilva thank you so much.

Is anyone interested in submitting a PR for this?

filipesilva commented 6 years ago

@TheLarkInn are you just interested in it being built, or should examples truly run as an app? The example I gave is something I use to benchmark builds but it doesn't really run as an app per se because I had to strip down the webpack config (taking it out of Angular CLI).

If you're fine with an example that just builds I can set it up.

quantizor commented 6 years ago

How about TODOMVC? Should be complicated enough.

TheLarkInn commented 6 years ago

I think that's perfect