Skip to content

Commit 2d9aeb3

Browse files
fix wrong format which break online doc build (#1073)
Co-authored-by: ZhangJianyu <zhang.jianyu@outlook.com>
1 parent a0921f1 commit 2d9aeb3

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

CodeGen/benchmark/performance/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ sudo systemctl daemon-reload; sudo systemctl restart containerd
5555

5656
Please deploy CodeGen service before benchmarking.
5757

58-
##### Run Benchmark Test
58+
#### Run Benchmark Test
5959

6060
Before the benchmark, we can configure the number of test queries and test output directory by:
6161

@@ -72,6 +72,6 @@ bash benchmark.sh -n <node_count>
7272

7373
The argument `-n` refers to the number of test nodes.
7474

75-
##### 4. Data collection
75+
#### Data collection
7676

7777
All the test results will come to this folder `/tmp/benchmark_output` configured by the environment variable `TEST_OUTPUT_DIR` in previous steps.

CodeTrans/benchmark/performance/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ sudo systemctl daemon-reload; sudo systemctl restart containerd
5555

5656
Please deploy CodeTrans service before benchmarking.
5757

58-
##### Run Benchmark Test
58+
#### Run Benchmark Test
5959

6060
Before the benchmark, we can configure the number of test queries and test output directory by:
6161

@@ -72,6 +72,6 @@ bash benchmark.sh -n <node_count>
7272

7373
The argument `-n` refers to the number of test nodes.
7474

75-
##### 4. Data collection
75+
#### Data collection
7676

7777
All the test results will come to this folder `/tmp/benchmark_output` configured by the environment variable `TEST_OUTPUT_DIR` in previous steps.

FaqGen/benchmark/performance/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ sudo systemctl daemon-reload; sudo systemctl restart containerd
5555

5656
Please deploy FaqGen service before benchmarking.
5757

58-
##### Run Benchmark Test
58+
#### Run Benchmark Test
5959

6060
Before the benchmark, we can configure the number of test queries and test output directory by:
6161

@@ -72,6 +72,6 @@ bash benchmark.sh -n <node_count>
7272

7373
The argument `-n` refers to the number of test nodes.
7474

75-
##### 4. Data collection
75+
#### Data collection
7676

7777
All the test results will come to this folder `/tmp/benchmark_output` configured by the environment variable `TEST_OUTPUT_DIR` in previous steps.

VisualQnA/benchmark/performance/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ sudo systemctl daemon-reload; sudo systemctl restart containerd
5555

5656
Please deploy VisualQnA service before benchmarking.
5757

58-
##### Run Benchmark Test
58+
#### Run Benchmark Test
5959

6060
Before the benchmark, we can configure the number of test queries and test output directory by:
6161

@@ -72,6 +72,6 @@ bash benchmark.sh -n <node_count>
7272

7373
The argument `-n` refers to the number of test nodes.
7474

75-
##### 4. Data collection
75+
#### Data collection
7676

7777
All the test results will come to this folder `/tmp/benchmark_output` configured by the environment variable `TEST_OUTPUT_DIR` in previous steps.

0 commit comments

Comments
 (0)