Skip to content

Commit

Permalink
build(ivy): fix benchmarks (#26601)
Browse files Browse the repository at this point in the history
PR Close #26601
  • Loading branch information
kara authored and alxhub committed Oct 22, 2018
1 parent 100c7ef commit a9f2952
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 a9f2952

Please sign in to comment.