Skip to content

Commit 3bd1902

Browse files
authored
fix: cargo install tpchgen-cli in benchmark doc (#1797)
1 parent de9f425 commit 3bd1902

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/contributor-guide/benchmarking_macos.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Java and Rust must be installed locally.
3232
## Data Generation
3333

3434
```shell
35-
cargo install tpchgen-rs
35+
cargo install tpchgen-cli
3636
tpchgen-cli -s 100 --format=parquet
3737
```
3838

0 commit comments

Comments
 (0)