[tools] Run callstats.py with --enable-benchmarking
Without --enable-benchmarking we might get flaky results due to active finch experiments. BUG= NOTRY=true Review-Url: https://codereview.chromium.org/2369903002 Cr-Commit-Position: refs/heads/master@{#39752}
This commit is contained in:
parent
2390243564
commit
381aa94d37
@ -153,6 +153,7 @@ def run_site(site, domain, args, timeout=None):
|
||||
"--no-default-browser-check",
|
||||
"--no-sandbox",
|
||||
"--disable-translate",
|
||||
"--enable-benchmarking",
|
||||
"--js-flags={}".format(js_flags),
|
||||
"--no-first-run",
|
||||
"--user-data-dir={}".format(user_data_dir),
|
||||
|
Loading…
Reference in New Issue
Block a user