Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 605 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 605 Bytes

Bench Resolver

Summary

oxc-resolver is 17x faster than webpack's enhanced-resolve.

Result

 BENCH  Summary

  oxc-resolver sync - src/index.bench.mjs > bench
    1.09x faster than oxc-resolver sync Promise.all
    5.04x faster than oxc-resolver async Promise.all
    9.46x faster than oxc-resolver async
    17.19x faster than enhanced-resolve Promise.all
    18.35x faster than enhanced-resolve async

Run

pnpm install
pnpm run bench