tree: 2b1d254d7760f79cbe2bf4bef6cbafa20786e92f [path history] [tgz]
  1. bootperf-utils.js
  2. bootperf.js
  3. README.md
third_party/devtools/test/perf/README.md

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
  2. 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.