[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:
cbruni 2016-09-27 01:02:12 -07:00 committed by Commit bot
parent 2390243564
commit 381aa94d37

View File

@ -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),