Skip to content

Commit

Permalink
Fix Grammatical Error in README.md (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
chai-hulud authored Apr 25, 2024
1 parent 645afcb commit d5a85cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ RSPACK_DIR=<your-rspack-path> node bin/bench.js 10000_development-mode_hmr # set

* `node bin/compare-bench.js <baseDate> <currentDate>`

Compare and print the difference between `<baseDate>` and `<currentDate>`. The parameter have three types, `current` will use the data from `output` folder. `latest` will use the latest data from `data` branch. A date string like `YYYY-MM-DD` will use the data of that day from `data` branch. eg.
Compare and print the difference between `<baseDate>` and `<currentDate>`. The parameter has three types, `current` will use the data from `output` folder. `latest` will use the latest data from `data` branch. A date string like `YYYY-MM-DD` will use the data of that day from `data` branch. eg.

``` bash
node bin/compare-bench.js current latest # use output data as base, and latest data as current
Expand Down

0 comments on commit d5a85cd

Please sign in to comment.