Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[docs] Improve docs for TPCC. #7031

Merged
merged 1 commit into from
Jan 29, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/content/latest/benchmark/tpcc-ysql/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ To download the TPC-C binaries, run the following commands.

```sh
$ cd $HOME
$ wget https://github.com/yugabyte/tpcc/releases/download/1.4/tpcc.tar.gz
$ wget https://github.com/yugabyte/tpcc/releases/download/1.6/tpcc.tar.gz
$ tar -zxvf tpcc.tar.gz
$ cd tpcc
```
Expand All @@ -58,7 +58,7 @@ Workload configuration like IP addresses of the nodes, number of warehouses and
Other options like username, password, port, etc. can be changed using the configuration file at `config/workload_all.xml`, if needed.

```sh
<port>5433</5433>
<port>5433</port>
<username>yugabyte</username>
<password></password>
```
Expand Down