[Performance] Add saved object load performance metric (#147324)

Adds performance metric to track saved objects load time. Also add boilerplate search journey.

Partially address https://github.com/elastic/kibana/issues/145627
This commit is contained in:
Thomas Neirynck 2022-12-27 12:33:49 -05:00 committed by GitHub
parent 86e3321c82
commit 0b6d3baf9d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 72 additions and 32 deletions

View file

@ -192,7 +192,7 @@ from performance runs and visualize the duration of events (or their breakdowns)
Run the test locally for troubleshooting purposes by running
```
node scripts/functional_test_runner --config x-pack/test/performance/journeys/$YOUR_JOURNEY_NAME/config.ts
node scripts/functional_tests --config x-pack/performance/journeys/$YOUR_JOURNEY_NAME.ts
```
#### Analyzing journey results