Skip to content

Commit

Permalink
feat(cli): support --perf-output in CLI
Browse files Browse the repository at this point in the history
this is actually a "docs" changes. We use feat to trigger the release robot
  • Loading branch information
pionxzh committed Apr 23, 2024
1 parent 00fba72 commit 49f9920
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ Run `npx @wakaru/cli --help` to see the full list of options.
| `--force` | `false` | Force overwrite output directory |
| `--concurrency` | `1` | Specific the number of concurrent tasks |
| `--perf` | `false` | Show performance metrics |
| `--perf-output` | | Performance metrics output directory |

`--concurrency` can be used to speed up the process. But please aware that the process might OOM if the input file is too large.

Expand Down

0 comments on commit 49f9920

Please sign in to comment.