-
Notifications
You must be signed in to change notification settings - Fork 0
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
Showing
1 changed file
with
1 addition
and
3 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -44,7 +44,7 @@ ARGS: | |
The range must match one in yarn.lock | ||
``` | ||
|
||
Example output (searching for `fs-minipass`) | ||
Example output, searching for `fs-minipass` | ||
|
||
```bash | ||
└─ [email protected] (via ^5.2.0) | ||
|
@@ -88,8 +88,6 @@ Benchmarks run on Framework Laptop 14 AMD Ryzen 7 7840U | |
- yarn 1.22.22 / yarn 4.1.0 | ||
- using [renovate 35.45.5 yarn.lock file](https://github.com/renovatebot/renovate/blob/32.45.5/yarn.lock) (v1 first, then updating it) | ||
|
||
(had to use -y because hyperfine would trigger stdin input) | ||
|
||
```bash | ||
$ hyperfine -w 3 './target/release/yarn-why lodash' # yarn.lock v1 | ||
Benchmark 1: ./target/release/yarn-why lodash | ||
|