From 8179e7d372fd1b9affc84649eb05fa178f8b03a0 Mon Sep 17 00:00:00 2001 From: s-shiraki Date: Tue, 21 Jan 2025 13:38:58 +0900 Subject: [PATCH] Document: fix typo of docs in loadtest (#2804) --- docs/performance/loadtest.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. | |