diff --git a/benchmark/benchmark-bootstrap.coffee b/benchmark/benchmark-bootstrap.coffee index caa4ce8d3..d8d8e78ae 100644 --- a/benchmark/benchmark-bootstrap.coffee +++ b/benchmark/benchmark-bootstrap.coffee @@ -1,6 +1,8 @@ require 'atom' {runSpecSuite} = require 'jasmine-helper' +atom.openDevTools() + document.title = "Benchmark Suite" benchmarkSuite = require.resolve('./benchmark-suite') runSpecSuite(benchmarkSuite, true)