-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[performance] unify scripts (#147202)
## Summary This PR is the follow-up to #147002 and #146129 and makes few changes to make both performance scripts expose very similar cli and allow run `run_performance` locally for debug purpose. - to run a single test locally against source: - single user journey: `node scripts/run_performance.js --journey-path x-pack/performance/journeys/login.ts` - scalability journey (auto-generated): `node scripts/run_scalability.js --journey-path target/scalability_traces/kibana/login-0184f19e-0903-450d-884d-436d737a3abe.json` `skip-warmup` flag to avoid journey warmup runs for performance data set extraction (we don't need to run journey twice while interested in APM traces only) PR also updates pipeline scripts with new changes
- Loading branch information
1 parent
ceb3bde
commit 8be9ae6
Showing
5 changed files
with
130 additions
and
86 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters