mirror of
https://github.com/elastic/kibana.git
synced 2025-06-28 11:05:39 -04:00
[docs] escape code with curly brackets to fix docs build
This commit is contained in:
parent
b58beb305f
commit
eda059707c
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ Create a new json file in `x-pack/test/scalability/apis` with required propertie
|
||||||
- **journeyName** is a test name, e.g. `GET /internal/security/session`
|
- **journeyName** is a test name, e.g. `GET /internal/security/session`
|
||||||
- **scalabilitySetup** is used to set load model
|
- **scalabilitySetup** is used to set load model
|
||||||
- **testData** is used to populate Elasticsearch and Kibana wth test data
|
- **testData** is used to populate Elasticsearch and Kibana wth test data
|
||||||
- **streams: [ {requests: [] }]** defines the API endpoint(s) to be called
|
- **streams: `[ {requests: [] }]`** defines the API endpoint(s) to be called
|
||||||
|
|
||||||
`scalabilitySetup` includes warmup and test phases.
|
`scalabilitySetup` includes warmup and test phases.
|
||||||
Warmup phase simulates 10 concurrent requests during 30s period and is important to get consistent results in test phase.
|
Warmup phase simulates 10 concurrent requests during 30s period and is important to get consistent results in test phase.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue