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