Commit c0d16e8
chore(oxc-minify) use
* feat: use `minifySync` instead of async for `oxc-minify`
Using the sync version because the async version spawns a real thread,
which is slow for single threaded js benchmarks.
The purpose of this PR is to observe performance difference between the
async and sync version, feel free to reject if it does not meet the
requirements of this project.
* wip
* wip
* chore: updated benchmarks
---------
Co-authored-by: Boshen <boshenc@gmail.com>
Co-authored-by: GitHub <github-actions@github.com>minifySync instead of async (#839)1 parent b386614 commit c0d16e8
File tree
3 files changed
+65
-64
lines changed- packages
- data/data
- minifiers/minifiers
3 files changed
+65
-64
lines changed
0 commit comments