Skip to content

Commit 64bd963

Browse files
harryterkelsentbosch
authored andcommitted
fix(benchmarks): fix tracing categories to work with Dartium
Closes angular#5209
1 parent 1ff1792 commit 64bd963

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

protractor-shared.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ var browsers = argv['browsers'].split(',');
3838
var CHROME_OPTIONS = {
3939
'args': ['--js-flags=--expose-gc'],
4040
'perfLoggingPrefs': {
41-
'traceCategories': 'v8,blink.console,devtools.timeline'
41+
'traceCategories': 'v8,blink.console,devtools.timeline,disabled-by-default-devtools.timeline'
4242
}
4343
};
4444

0 commit comments

Comments
 (0)