mirror of
https://github.com/atom/atom.git
synced 2026-01-20 20:38:09 -05:00
Always open dev tools before benchmarks are run
Otherwise profiles aren't generated.
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
require 'atom'
|
||||
{runSpecSuite} = require 'jasmine-helper'
|
||||
|
||||
atom.openDevTools()
|
||||
|
||||
document.title = "Benchmark Suite"
|
||||
benchmarkSuite = require.resolve('./benchmark-suite')
|
||||
runSpecSuite(benchmarkSuite, true)
|
||||
|
||||
Reference in New Issue
Block a user