Skip to content

Commit

Permalink
[docs] escape code with curly brackets to fix docs build
Browse files Browse the repository at this point in the history
  • Loading branch information
spalger committed Jan 18, 2023
1 parent b58beb3 commit eda0597
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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`
- **scalabilitySetup** is used to set load model
- **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.
Warmup phase simulates 10 concurrent requests during 30s period and is important to get consistent results in test phase.
Expand Down

0 comments on commit eda0597

Please sign in to comment.