Always open dev tools before benchmarks are run

Otherwise profiles aren't generated.
This commit is contained in:
Corey Johnson
2013-09-05 15:14:21 -07:00
parent 249044e754
commit 2eb3b7bf35

View File

@@ -1,6 +1,8 @@
require 'atom'
{runSpecSuite} = require 'jasmine-helper'
atom.openDevTools()
document.title = "Benchmark Suite"
benchmarkSuite = require.resolve('./benchmark-suite')
runSpecSuite(benchmarkSuite, true)