diff --git a/docs/performance/loadtest.md b/docs/performance/loadtest.md index b15c11ed6e..cec77f9572 100644 --- a/docs/performance/loadtest.md +++ b/docs/performance/loadtest.md @@ -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.
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.
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