Skip to content

Commit

Permalink
style: format code with Gofumpt and Prettier (#2805)
Browse files Browse the repository at this point in the history
This commit fixes the style issues introduced in 8179e7d according to the output
from Gofumpt and Prettier.

Details: None

Co-authored-by: deepsource-autofix[bot] <62050782+deepsource-autofix[bot]@users.noreply.github.com>
Co-authored-by: Kiichiro YUKAWA <[email protected]>
  • Loading branch information
deepsource-autofix[bot] and vankichi authored Jan 23, 2025
1 parent ecd6ed2 commit a8a60aa
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions docs/performance/loadtest.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,14 @@ Please refer to the [Sample configuration file](https://github.com/vdaas/vald/bl

Here are the important configurations and following the explanation.

| Name | Description | Example |
| :---------- | :---------------------------------------------------------------------------------------------------------------------------------------------------------------------- | :------------------------------------------ |
| service | By setting the value to the gateway, you can test the Vald cluster through the Vald gateway. <br />By setting the value to agent, you can test the Vald agent directly. | gateway or agent |
| Name | Description | Example |
| :---------- | :---------------------------------------------------------------------------------------------------------------------------------------------------------------------- | :------------------------------------------- |
| service | By setting the value to the gateway, you can test the Vald cluster through the Vald gateway. <br />By setting the value to agent, you can test the Vald agent directly. | gateway or agent |
| operation | To perform the specific load test action to the Vald cluster. | insert, streaminsert, search or streamsearch |
| dataset | The dataset is used in insert and stream insert operation. | |
| concurrency | The number of concurrent execution of the load test. | |
| batch_size | The batch size of the dataset. | |
| addr | The cluster you want to test | |
| dataset | The dataset is used in insert and stream insert operation. | |
| concurrency | The number of concurrent execution of the load test. | |
| batch_size | The batch size of the dataset. | |
| addr | The cluster you want to test | |

## Execute load test

Expand Down

0 comments on commit a8a60aa

Please sign in to comment.