diff --git a/tidb-cloud/v8.5-performance-benchmarking-with-tpcc.md b/tidb-cloud/v8.5-performance-benchmarking-with-tpcc.md index 71d623bf38349..a239c20bb56d1 100644 --- a/tidb-cloud/v8.5-performance-benchmarking-with-tpcc.md +++ b/tidb-cloud/v8.5-performance-benchmarking-with-tpcc.md @@ -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. @@ -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)