-
Congrats on the Rust rewrite! This is very exciting. I would like to update my three.js benchmark on https://esbuild.github.io/ to reflect Parcel 2 beta 3. However, I am unable to reproduce the 3x performance improvement advertised on https://v2.parceljs.org/blog/beta3/. The benchmark I'm using can be constructed like this:
Each time I run the benchmark I'm doing this (the cache is cleared because the benchmark measures worst-case build time):
Here are the fastest times I could measure on my laptop for each version (MacBook Pro (15-inch, 2019), 2.6 GHz 6-Core Intel Core i7, 16 GB RAM):
I was expecting the build time to be closer to 3x faster but I only observed it being 1.8x faster. Is there anything special that I need to do to enable the SWC backend? I just want to make sure I have the right setup and Parcel command before I update the benchmark. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
I'm getting 80 seconds -> 46 seconds on my machine, so 1.7x faster. Maybe @devongovett can reinvestigate at some point if this is actually caused by his machine or if this is a regression from the last few days.
No, this looks correct. |
Beta Was this translation helpful? Give feedback.
I'm getting 80 seconds -> 46 seconds on my machine, so 1.7x faster. Maybe @devongovett can reinvestigate at some point if this is actually caused by his machine or if this is a regression from the last few days.
No, this looks correct.