Chromium Code Reviews| Index: tools/callstats.py |
| diff --git a/tools/callstats.py b/tools/callstats.py |
| index 835662080702c3505271c51b2de8243ecb3c69f4..3ec7628126cde5e72d10d7944b99bda156a78bcb 100755 |
| --- a/tools/callstats.py |
| +++ b/tools/callstats.py |
| @@ -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), |