Skip to content

Commit

Permalink
doc: fix bench command parameter units (#5180)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhijian-pro authored Sep 23, 2024
1 parent bf18033 commit ede286d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/en/reference/command_reference.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -750,7 +750,7 @@ juicefs bench /mnt/jfs --big-file-size 0
|-|-|
|`--block-size=1`|block size in MiB (default: 1)|
|`--big-file-size=1024`|size of big file in MiB (default: 1024)|
|`--small-file-size=0.1`|size of small file in MiB (default: 0.1)|
|`--small-file-size=128`|size of small file in KiB (default: 128)|
|`--small-file-count=100`|number of small files (default: 100)|
|`--threads=1, -p 1`|number of concurrent threads (default: 1)|

Expand Down
2 changes: 1 addition & 1 deletion docs/zh_cn/reference/command_reference.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -748,7 +748,7 @@ juicefs bench /mnt/jfs --big-file-size 0
|-|-|
|`--block-size=1`|块大小;单位为 MiB (默认:1)|
|`--big-file-size=1024`|大文件大小;单位为 MiB (默认:1024)|
|`--small-file-size=0.1`|小文件大小;单位为 MiB (默认:0.1)|
|`--small-file-size=128`|小文件大小;单位为 KiB (默认:128)|
|`--small-file-count=100`|小文件数量 (默认:100)|
|`--threads=1, -p 1`|并发线程数 (默认:1)|

Expand Down

0 comments on commit ede286d

Please sign in to comment.