Skip to content

Commit

Permalink
fix host name
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenayu committed Dec 3, 2024
1 parent 1d6bf9a commit d8a8bdf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tidb-cloud/v8.5-performance-benchmarking-with-tpcc.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ This section introduces how to perform the TPC-C performance test step by step.


```shell
go-tpc tpcc --host ${HOST} --warehouses 1000 prepare -P 4000 -D tpcc -T ${THREAD} --time 2h0m0s -p ${PASSWORD} --ignore-error --count=900000
go-tpc tpcc --host ${HOST} --warehouses 1000 run -P ${HOST} -D tpcc -T ${THREAD} --time 2h0m0s -p ${PASSWORD} --ignore-error --count=1000000
```

5. Run the following `go-tpc tpcc` command to conduct stress tests on the TiDB Cloud Dedicated cluster.
Expand All @@ -197,8 +197,8 @@ The TPC-C performance of v8.5.0 in the [test environment](#test-environment) is

| Threads | general mode tpmC | tuning mode tpmC |
|:--------|:----------|
| 50 | 44,315 |
| 100 | 73,650 |
| 200 | 104,346 |
| 50 | 39,559 | 39,143 |
| 100 | 67,636 | 70,179 |
| 200 | 99,603 | 97,237 |

![TPC-C](/media/tidb-cloud/v8.5.0_tpcc.png)

0 comments on commit d8a8bdf

Please sign in to comment.