mirror of
https://github.com/elastic/kibana.git
synced 2025-06-27 10:40:07 -04:00
[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:
parent
86e3321c82
commit
0b6d3baf9d
6 changed files with 72 additions and 32 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue