Skip to content

Commit c0d16e8

Browse files
privatenumberBoshenGitHub
authored
chore(oxc-minify) use minifySync instead of async (#839)
* 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>
1 parent b386614 commit c0d16e8

File tree

3 files changed

+65
-64
lines changed

3 files changed

+65
-64
lines changed

0 commit comments

Comments
 (0)