Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix wrong format which break online doc build #1073

Merged
merged 1 commit into from
Nov 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.
Loading