Conversation
Member
Author
This stack of pull requests is managed by Graphite. Learn more about stacking. Join @Brooooooklyn and the rest of your teammates on |
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
Member
|
Request me a review once you're done. |
Boshen
reviewed
Jul 10, 2024
6f70506 to
a5fc16f
Compare
Brooooooklyn
added a commit
that referenced
this pull request
Jul 10, 2024
JounQin
pushed a commit
that referenced
this pull request
Jul 6, 2025
* bench: add symlink fixtures (#219) * perf: use custom canonicalize impl to avoid usless syscall (#220) Reduce one redundant fs::symlink_metadata system call. * ci: pin crate-ci/typos version * fix: remove `#[cfg(target_os = "windows")]` logic in `canonicalize` (#221) fix: missed changes before #220 merged * chore: update `cargo deny` (#222) --------- Co-authored-by: LongYinan <lynweklm@gmail.com> Co-authored-by: Boshen <boshenc@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Reduce one redundant fs::symlink_metadata system call.