-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update Parcel 2 in esbuild benchmarks #669
Comments
That's really exciting! I've been following along with your work so I know how much work went into this. Congrats on the improvements. I'll update my benchmarks soon. |
I just finished re-running the benchmarks. Here's what I got: Time:
Size:
So great news that the 2x speedup works out in practice! This puts Parcel 2 in between Webpack 4 and Webpack 5 in terms of performance. However, it looks like the latest update broke source maps. I'm not completely sure what happened but in my usual test of inserting I consider working source maps to be a requirement for inclusion in the benchmark. Can you confirm whether or not you can also reproduce the source map issue? And would it be possible to fix source maps in Parcel 2 so that I can update the benchmark with the new times? Edit: This is potentially the same problem as parcel-bundler/parcel#5630. |
The latest Parcel 2 nightlies are much faster than shown on the esbuild website and in the readme. The three.js benchmark builds in 53s on my machine (~2x faster). It would be great if you could update the data shown in your charts as well. 😄
The text was updated successfully, but these errors were encountered: