Skip to content

Commit

Permalink
build(ivy): fix benchmarks
Browse files Browse the repository at this point in the history
  • Loading branch information
kara committed Oct 19, 2018
1 parent 1700bd6 commit 8cef000
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion protractor-perf.conf.js
Expand Up @@ -20,7 +20,8 @@ require(`./${BASE}/e2e_util/perf_util`).readCommandLine();
var CHROME_OPTIONS = {
'args': ['--js-flags=--expose-gc', '--no-sandbox'],
'perfLoggingPrefs': {
'traceCategories': 'v8,blink.console,devtools.timeline,disabled-by-default-devtools.timeline'
'traceCategories':
'v8,blink.console,devtools.timeline,disabled-by-default-devtools.timeline,blink.user_timing'
}
};

Expand Down

0 comments on commit 8cef000

Please sign in to comment.