Skip to content

Commit

Permalink
fix wrong format which break online doc build (#1073)
Browse files Browse the repository at this point in the history
Co-authored-by: ZhangJianyu <[email protected]>
Signed-off-by: astafevav <[email protected]>
  • Loading branch information
2 people authored and astafevav committed Nov 6, 2024
1 parent d33be74 commit b40c970
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions CodeGen/benchmark/performance/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ sudo systemctl daemon-reload; sudo systemctl restart containerd

Please deploy CodeGen service before benchmarking.

##### Run Benchmark Test
#### Run Benchmark Test

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

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

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

##### 4. Data collection
#### Data collection

All the test results will come to this folder `/tmp/benchmark_output` configured by the environment variable `TEST_OUTPUT_DIR` in previous steps.
4 changes: 2 additions & 2 deletions CodeTrans/benchmark/performance/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ sudo systemctl daemon-reload; sudo systemctl restart containerd

Please deploy CodeTrans service before benchmarking.

##### Run Benchmark Test
#### Run Benchmark Test

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

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

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

##### 4. Data collection
#### Data collection

All the test results will come to this folder `/tmp/benchmark_output` configured by the environment variable `TEST_OUTPUT_DIR` in previous steps.
4 changes: 2 additions & 2 deletions FaqGen/benchmark/performance/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ sudo systemctl daemon-reload; sudo systemctl restart containerd

Please deploy FaqGen service before benchmarking.

##### Run Benchmark Test
#### Run Benchmark Test

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

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

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

##### 4. Data collection
#### Data collection

All the test results will come to this folder `/tmp/benchmark_output` configured by the environment variable `TEST_OUTPUT_DIR` in previous steps.
4 changes: 2 additions & 2 deletions VisualQnA/benchmark/performance/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ sudo systemctl daemon-reload; sudo systemctl restart containerd

Please deploy VisualQnA service before benchmarking.

##### Run Benchmark Test
#### Run Benchmark Test

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

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

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

##### 4. Data collection
#### Data collection

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

0 comments on commit b40c970

Please sign in to comment.