From dbf98d10f303bb4fdeb513615ce48a114c528a5a Mon Sep 17 00:00:00 2001 From: yangj1211 Date: Sat, 12 Oct 2024 10:02:10 +0800 Subject: [PATCH] fix --- .../Test/performance-testing/TPCC-test-with-matrixone.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/MatrixOne/Test/performance-testing/TPCC-test-with-matrixone.md b/docs/MatrixOne/Test/performance-testing/TPCC-test-with-matrixone.md index e98e3db5ab..7750ad6534 100644 --- a/docs/MatrixOne/Test/performance-testing/TPCC-test-with-matrixone.md +++ b/docs/MatrixOne/Test/performance-testing/TPCC-test-with-matrixone.md @@ -36,7 +36,7 @@ git clone https://githubfast.com/matrixorigin/mo-tpcc.git ### 1. 配置 *props.mo* 文件 -克隆 *mo-tpch* 仓库到本地后,在本地打开 *mo-tpch* 文件夹,按照下面的配置项,修改文件夹中的 *props.mo* 文件。数据仓库的数量可以通过该文件中的 `warehouse=XX` 行进行配置。 +克隆 *mo-tpcc* 仓库到本地后,在本地打开 *mo-tpcc* 文件夹,按照下面的配置项,修改文件夹中的 *props.mo* 文件。数据仓库的数量可以通过该文件中的 `warehouse=XX` 行进行配置。 ``` db=mo @@ -73,7 +73,7 @@ cd mo-tpcc __Note__: 如果在运行 `./runSQL.sh props.mo tableCreates` 时产生 `java:command not found` 报错,那么你需要在你计算机上安装或重新安装 Java 和 JDK。 -上面的代码表示,进入到 *mo-tpch* 文件夹目录,执行代码创建完成 TPCC 数据库和表。 +上面的代码表示,进入到 *mo-tpcc* 文件夹目录,执行代码创建完成 TPCC 数据库和表。 执行完成后,输出结果示例如下: