Skip to content

Commit

Permalink
Fix minor documentation build issue (#1139)
Browse files Browse the repository at this point in the history
Signed-off-by: Abolfazl Shahbazi <[email protected]>
  • Loading branch information
ashahba authored Nov 14, 2024
1 parent 2b2c7ee commit 59b624c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions AudioQnA/benchmark/performance/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,11 @@ LimitNOFILE=65536:1048576
sudo systemctl daemon-reload; sudo systemctl restart containerd
```

### Test Steps
## Test Steps

Please deploy AudioQnA 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 59b624c

Please sign in to comment.