diff --git a/benchmark/v5.4-performance-benchmarking-with-tpcc.md b/benchmark/v5.4-performance-benchmarking-with-tpcc.md index d26e69a515145..a9a02a3dfe053 100644 --- a/benchmark/v5.4-performance-benchmarking-with-tpcc.md +++ b/benchmark/v5.4-performance-benchmarking-with-tpcc.md @@ -110,7 +110,7 @@ listen tidb-cluster # Database load balancing. 1. Deploy TiDB v5.4.0 and v5.3.0 using TiUP. 2. Create a database named `tpcc`: `create database tpcc;`. -3. Use BenchmarkSQL to import the TPC-C 5000 Warehouse data: `tiup bench tpcc prepare --warehouse 5000 --db tpcc -H 127.0.0.1 -p 4000`. +3. Use BenchmarkSQL to import the TPC-C 5000 Warehouse data: `tiup bench tpcc prepare --warehouses 5000 --db tpcc -H 127.0.0.1 -P 4000`. 4. Run the `tiup bench tpcc run -U root --db tpcc --host 127.0.0.1 --port 4000 --time 1800s --warehouses 5000 --threads {{thread}}` command to perform stress tests on TiDB via HAProxy. For each concurrency, the test takes 30 minutes. 5. Extract the tpmC data of New Order from the result.