-
-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
perf: use custom canonicalize impl to avoid usless syscall #220
perf: use custom canonicalize impl to avoid usless syscall #220
Conversation
This stack of pull requests is managed by Graphite. Learn more about stacking. Join @Brooooooklyn and the rest of your teammates on Graphite |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## 07-09-bench_add_symlink_fixtures #220 +/- ##
====================================================================
+ Coverage 96.92% 96.95% +0.03%
====================================================================
Files 11 11
Lines 2306 2298 -8
====================================================================
- Hits 2235 2228 -7
+ Misses 71 70 -1 ☔ View full report in Codecov by Sentry. |
0034181
to
4a78c0d
Compare
7592c31
to
bf064b6
Compare
CodSpeed Performance ReportMerging #220 will not alter performanceComparing Summary
|
4a78c0d
to
a94a984
Compare
1a6a707
to
27f03c6
Compare
a94a984
to
f77fa0b
Compare
27f03c6
to
e92290c
Compare
f77fa0b
to
8013161
Compare
0a101f2
to
697cc7f
Compare
8013161
to
1013c5e
Compare
697cc7f
to
6f70506
Compare
Request me a review once you're done. |
6f70506
to
a5fc16f
Compare
Reduce one redundant fs::symlink_metadata system call.