All DEPS are in tree, no need to do the equivalent of gclient sync.
git clone https://github.com/sgraham/nope.git
cd nope
regen
ninja -C out\Release content_shell
out\Release\content_shell
e.g.
python tools\perf\run_benchmark --browser=exact --browser-executable=out\Release\content_shell.exe startup.warm.blank_page
TODO:
- setup + robocopy to standard config laptop for consistent testing
- hook startup_metric_utils and other telemetry helpers
- wrapper for run_benchmark that runs + summarizes the set deemed important for each commit.
Pull in upstream blink with git subtree
(at least while it's in its own repo).