-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b3ac65c
commit 0ee3b3c
Showing
2 changed files
with
25 additions
and
34 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
Time to walk linux's source tree: | ||
|
||
| Crate | Options | Time | | ||
|---------|--------------------------------|-----------| | ||
| jwalk | unsorted, parallel | 60.811 ms | | ||
| jwalk | sorted, parallel | 61.445 ms | | ||
| jwalk | sorted, parallel, metadata | 100.95 ms | | ||
| jwalk | unsorted, parallel (2 threads) | 99.998 ms | | ||
| jwalk | unsorted, serial | 168.68 ms | | ||
| jwalk | sorted, parallel, first 100 | 9.9794 ms | | ||
| ignore | unsorted, parallel | 74.251 ms | | ||
| ignore | sorted, parallel | 99.336 ms | | ||
| ignore | sorted, parallel, metadata | 134.26 ms | | ||
| walkdir | unsorted | 162.09 ms | | ||
| walkdir | sorted | 200.09 ms | | ||
| walkdir | sorted, metadata | 422.74 ms | |