blob: 3a42d3530853b99c04ea6c4ca9ff007be90bd0d3 [file] [log] [blame] [view] [edit]
# To run the test manually.
You can either run this via the Python script, which will start the DevTools frontend in hosted mode automatically.
```
python scripts/test/run_boot_perf_check.py --chrome-binary=/path/to/Chromium
```
Or you can run the test via Node, but you will need to launch the server prior.
1. Run the DevTools frontend server: `npm run server`
1. Exec the test: `node test/bootperf/bootperf.js --chrome-binary=/path/to/Chromium`
If you want to look at the flags for bootperf run it with `--help`.