Skip to content

Commit

Permalink
Document: fix typo of docs in loadtest (#2804)
Browse files Browse the repository at this point in the history
  • Loading branch information
highpon authored Jan 21, 2025
1 parent 4c73960 commit 8179e7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/performance/loadtest.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ 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 |
| operation | To perform the specific load test action to the Vald cluster. | insert, streaminsert, search or steamsearch |
| 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. | |
Expand Down

0 comments on commit 8179e7d

Please sign in to comment.