oxc-project / oxc-resolver

Rust version of webpack/enhanced-resolve
https://oxc.rs/docs/guide/usage/resolver.html
MIT License
122 stars 18 forks source link

bench: add symlink fixtures #219

Closed Brooooooklyn closed 3 months ago

Brooooooklyn commented 3 months ago

This stack of pull requests is managed by Graphite. Learn more about stacking.

Join @Brooooooklyn and the rest of your teammates on Graphite Graphite

codspeed-hq[bot] commented 3 months ago

CodSpeed Performance Report

Merging #219 will not alter performance

Comparing 07-09-bench_add_symlink_fixtures (1013c5e) with main (176dc45)

Summary

✅ 2 untouched benchmarks

🆕 1 new benchmarks

Benchmarks breakdown

Benchmark main 07-09-bench_add_symlink_fixtures Change
🆕 resolver[resolve from symlinks] N/A 67.2 ms N/A
codecov[bot] commented 3 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 96.92%. Comparing base (176dc45) to head (1013c5e).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #219 +/- ## ======================================= Coverage 96.92% 96.92% ======================================= Files 11 11 Lines 2306 2306 ======================================= Hits 2235 2235 Misses 71 71 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

Boshen commented 3 months ago

We need another benchmark set where it doesn't reuse the cache.

Boshen commented 3 months ago

codspeed doesn't measure any syscalls, but this button is not showing anything either

image
Brooooooklyn commented 3 months ago

@Boshen I can see performance changes on my macOS:

CleanShot 2024-07-10 at 14 32 07@2x

Boshen commented 3 months ago

Merge activity