Skip to content

Commit

Permalink
style: format code with Gofumpt and Prettier
Browse files Browse the repository at this point in the history
This commit fixes the style issues introduced in 07bb715 according to the output
from Gofumpt and Prettier.

Details: #2611
  • Loading branch information
deepsource-autofix[bot] authored Sep 11, 2024
1 parent 07bb715 commit e2811ce
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions docs/performance/continuous-benchmark.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,22 +45,22 @@ And, Benchmark Operator also applies it to the Kubernetes cluster based on `Vald

**main properties**

| Name | mandatory | Description | type | sample |
| :------------------------- | :-------- | :-------------------------------------------------------------------------------------------------------------------- | :----------------------------------------------------------------------- | :------------------------------------------------------------------------------------------- |
| target | \* | target Vald cluster | object | ref: [target](#target-prop) |
| dataset | \* | dataset information | object | ref: [dataset](#dataset-prop) |
| job_type | \* | execute job type | string enum: [insert, update, upsert, remove, search, getobject, exists] | search |
| repetition | | the number of job repetitions<BR>default: `1` | integer | 1 |
| replica | | the number of job concurrent job executions<BR>default: `1` | integer | 2 |
| rps | | designed request per sec to the target cluster<BR>default: `1000` | integer | 1000 |
| concurrency_limit | | goroutine count limit for rps adjustment<BR>default: `200` | integer | 20 |
| ttl_seconds_after_finished | | time until deletion of Pod after job end<BR>default: `600` | integer | 120 |
| insert_config | | request config for insert job | object | ref: [config](#insert-cfg-props) |
| update_config | | request config for update job | object | ref: [config](#update-cfg-props) |
| upsert_config | | request config for upsert job | object | ref: [config](#upsert-cfg-props) |
| search_config | | request config for search job | object | ref: [config](#search-cfg-props) |
| remove_config | | request config for remove job | object | ref: [config](#remove-cfg-props) |
| object_config | | request config for object job | object | ref: [config](#object-cfg-props) |
| Name | mandatory | Description | type | sample |
| :------------------------- | :-------- | :-------------------------------------------------------------------------------------------------------------------- | :----------------------------------------------------------------------- | :--------------------------------------------------------------------------------------------- |
| target | \* | target Vald cluster | object | ref: [target](#target-prop) |
| dataset | \* | dataset information | object | ref: [dataset](#dataset-prop) |
| job_type | \* | execute job type | string enum: [insert, update, upsert, remove, search, getobject, exists] | search |
| repetition | | the number of job repetitions<BR>default: `1` | integer | 1 |
| replica | | the number of job concurrent job executions<BR>default: `1` | integer | 2 |
| rps | | designed request per sec to the target cluster<BR>default: `1000` | integer | 1000 |
| concurrency_limit | | goroutine count limit for rps adjustment<BR>default: `200` | integer | 20 |
| ttl_seconds_after_finished | | time until deletion of Pod after job end<BR>default: `600` | integer | 120 |
| insert_config | | request config for insert job | object | ref: [config](#insert-cfg-props) |
| update_config | | request config for update job | object | ref: [config](#update-cfg-props) |
| upsert_config | | request config for upsert job | object | ref: [config](#upsert-cfg-props) |
| search_config | | request config for search job | object | ref: [config](#search-cfg-props) |
| remove_config | | request config for remove job | object | ref: [config](#remove-cfg-props) |
| object_config | | request config for object job | object | ref: [config](#object-cfg-props) |
| client_config | | gRPC client config for running benchmark job<BR>Tune if can not getting the expected performance with default config. | object | ref: [defaults.grpc](https://github.com/vdaas/vald/blob/main/charts/vald/values.yaml) |
| server_config | | server config for benchmark job pod<BR>Tune if can not getting the expected performance with default config. | object | ref: [defaults.server_config](https://github.com/vdaas/vald/blob/main/charts/vald/values.yaml) |

Expand Down

0 comments on commit e2811ce

Please sign in to comment.